 .css { font-family: CordiaUPC, helvetica, sans-serif; font-size: small; font-style: 
normal; line-height: normal; font-weight: normal; color: #333333; border: #CCFF00; 
border-style: dotted; border-top-width: thin; border-right-width: thin; border-bottom-width: 
thin; border-left-width: thin; list-style-type: circle} 

 a:link, a:visited {
color: #0099CC;
text-decoration: none;
}
a:active {
color: #0099CC;
text-decoration: underline;
}
a:hover {
color: #95E4FF;
text-decoration: none;
}

input, textarea, select {
background-color: #99CCCC;
font-family: Arial, Helvetica, sans-serif;
color: #333333;
font-size: 11px;
border: 1px solid #669999;
}

h1 {
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
background-color: #FFCCFF;
margin: 2px 0px 2px 0px;
font-size: 14px;
color: #666666;
}

