35 lines
873 B
CSS
35 lines
873 B
CSS
body {
|
|
margin:0;
|
|
padding:0;
|
|
font-family: Arial, sans-serif;
|
|
font-size: 13px;
|
|
color: #022D66;
|
|
font-style: normal;
|
|
}
|
|
th {
|
|
padding:6px 0px 10px 30px;
|
|
line-height:1em;
|
|
font-family: Arial, sans-serif;
|
|
font-size: 1.0em;
|
|
color: #333;
|
|
|
|
}
|
|
td {text-decoration: none; color: #000000; font: 10pt arial;}
|
|
td img { whitespace: nowrap; display:inline; }
|
|
/* Links
|
|
----------------------------------------------- */
|
|
a:link, a:visited {
|
|
border-bottom:1px dotted #69f;
|
|
color:#36c;
|
|
text-decoration:none;
|
|
}
|
|
a:visited {
|
|
border-bottom-color:#969;
|
|
color:#36c;
|
|
}
|
|
a:hover {
|
|
border-bottom:1px solid #f00;
|
|
color:#f00;
|
|
}
|
|
a.noline:link, a.noline:visited, a.noline:hover {border-style:none;}
|