You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
536 B
39 lines
536 B
2 years ago
|
body {
|
||
|
background-color: #FFFFFF;
|
||
|
color: #000000;
|
||
|
font-family: Verdana, Arial, Helvetica, Sans-serif;
|
||
|
margin: 12px;
|
||
|
margin-top: 12px;
|
||
|
font-size: 70%;
|
||
|
}
|
||
|
|
||
|
a {
|
||
|
color: #466A8D;
|
||
|
}
|
||
|
|
||
|
a:hover {
|
||
|
color: #E1B100;
|
||
|
}
|
||
|
|
||
|
input {
|
||
|
font-size: 100%;
|
||
|
position: relative;
|
||
|
top: -2px;
|
||
|
font-family: Verdana, Arial, Helvetica, Sans-serif;
|
||
|
}
|
||
|
|
||
|
select {
|
||
|
font-size: 100%;
|
||
|
font-family: Verdana, Sans-serif;
|
||
|
position: relative;
|
||
|
top: -2px;
|
||
|
}
|
||
|
|
||
|
table {
|
||
|
font-size: 100%;
|
||
|
}
|
||
|
|
||
|
td {
|
||
|
vertical-align: top;
|
||
|
height: 18px;
|
||
|
}
|