55 lines
958 B
CSS
55 lines
958 B
CSS
body {
|
|
margin: 0px;
|
|
padding: 0px;
|
|
width:100%;
|
|
|
|
font-family: Arial;
|
|
font-size: 9px;
|
|
}
|
|
|
|
table {
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
td {
|
|
margin: 0em;
|
|
padding: 0em;
|
|
}
|
|
|
|
img {
|
|
border:0px;
|
|
}
|
|
|
|
#corners {
|
|
background: url(images/4.jpg) center top no-repeat;
|
|
}
|
|
|
|
A:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #fddd00; text-decoration:none;}
|
|
A:visited { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #fddd00; text-decoration:none;}
|
|
A:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #fddd00; text-decoration:none;}
|
|
|
|
.form {
|
|
background-color: #5B0200;
|
|
color: #000000;
|
|
border: 1px solid #6F4B3F;
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
color: #DAA43A;
|
|
font-size: 11px;
|
|
width: 89px;
|
|
height: 18px;
|
|
text-align: left;
|
|
position: inherit;
|
|
padding-bottom: 0px;
|
|
}
|
|
|
|
hr {
|
|
background : #fddd00;
|
|
border-top : 1px solid #fddd00;
|
|
color : #fddd00;
|
|
height : 2px
|
|
}
|
|
|
|
|
|
|
|
|