body {
background-color : white;
font : 85%/150% Arial, Helvetica, sans-serif;
padding : 20px;
margin-top : 20px;
color : black;
}
a {
color : red;
text-decoration : none;
font-weight : bold;
}
#logo {
font-size : 3.5em;
line-height : 1em;
text-transform : uppercase;
font-weight : bold;
}
h1 {
font-size : 3em;
line-height : 1em;
text-transform : uppercase;
margin-bottom : 10px;
color : #0066cc;
}
h2 {
font-size : 2em;
line-height : 1em;
text-transform : uppercase;
color : #0066cc;
clear : both;
}
h2 a, h2 a:visited, h1 a, h1 a:visited {
color : #0066cc;
}
h3 {
font-size : 1em;
line-height : 1em;
text-transform : lowercase;
clear : both;
}
ul {
list-style : square;
}
form {
margin : 0;
}
th {
text-align : left;
}
.err {
color : #fd6000;
font-weight : bold;
margin-bottom : 5px;
}
.imp {
color : #cc3300;
font-weight : bold;
margin-bottom : 5px;
}
.msg {
color : #449b3e;
font-weight : bold;
margin-bottom : 5px;
}
.marker {
color : #fd6000;
font-weight : bold;
}
.hint {
font-size : 10px;
font-style : italic;
color : #999999;
}
.post_note {
color : #449b3e;
}
