.header {
font-family: Georgia;
font-size: 12pt; 
font-weight: bold;
color: #009;
text-decoration: none
}
p, ul, li {
font: 10pt Georgia
}
.bold {
font-weight: bold;
}
.error {
color: #900;
}
.white {
color: #fff;
}
a {
font: 10pt Georgia
}
a:visited {
color: #009;
}
a:hover {
color: #069;
}
a:active {
color: #099;
}
.input {
font: 10pt Georgia;
border: 1px solid #009
}
.focus {
font: 10pt Georgia;
border: 1px solid #009;
background-color: #eef
}
