
<html>
<head>
<style type="text/css">

A
{
cursor: default;
}
A:link 
{
CURSOR: default; COLOR: #99CCFF; TEXT-DECORATION: none
}
A:visited 
{
CURSOR: default; COLOR: #a7a; TEXT-DECORATION: none
}
A:hover 
{
color:#ad9; text-decoration:none; background-color:none;font-weight:none; cursor:default
} 


<!-- 
h1 is the title bar
h2 is the post title
h3 is the post date and archive title
-->


h1 
{  
  font-family:Trebuchet MS,Trebuchet,Arial,Verdana,Sans-serif;
  color:#cccccc;
  font-size:30px;
  font-weight:400;
  text-transform:uppercase;
  border-bottom:1px solid #a9a9a9;
  line-height:34px;
}
		
h2 
{ 
  font-family:Trebuchet MS,Trebuchet,Arial,Verdana,Sans-serif;
  font-size:20px;
  font-weight:400;
  color:#ccff66;
}		

h3 
{ 
  font-family:Trebuchet MS,Trebuchet,Arial,Verdana,Sans-serif;
  font-size:13px;
  font-weight:400;
  text-transform:uppercase;
  letter-spacing:0px;
  color:#666666;
}



body,tr,td, p, li
{
font-family:Trebuchet MS,Trebuchet,Arial,Verdana,Sans-serif; 
font-size:15px;
color:#ffffff; 
line-height:16px; 
letter-spacing:0pt;
text-align: justify;
}


input, textarea 
{
color: #ffffff;
font-size: 8pt;
font-weight: normal;
text-decoration: none;
font-family: verdana; 
text-align: justify;
border-width: 0px;
border-style: solid;
border-color:#000000;
filter: alpha(opacity=100)
}




</style>

</head>
</html>

