/* CSS Document */


<!-- hyperlink features
a{
font-family:arial
}

a:link{
color: #000000; 
font-weight:bold;
text-decoration:underline;
}

a:visited{
color: #000000; 
font-weight:bold;
text-decoration:underline;
}

a:hover{
color: #000000; 
font-weight:bold;
text-decoration:underline;
}



-->

/** body features ***/

body{
font-family: arial;
color: #0099FF;
}

p {
font-size:12px;
color: #000000; 
}

p.style1 {
font-size:12px;
color: #000000;
font-weight:bold; 
}


h1 {
font: Arial;
color:#000066;
font-size:30px;
font-weight:bold;
text-align:center;
}

a.h1:link{
color:#000066;
text-decoration:none;
}

a.h1:visited{
color:#000066;
text-decoration:none;
}

a.h1:hover{
color:#000066;
text-decoration:underline;
cursor:default;
}


h2 {
font: Arial;
color:#000066;
font-size:24px;
font-weight:bold;
text-decoration:underline;
}

a.h2:link{
font-weight:bold;
color:#000066;
text-decoration:underline;
}

a.h2:visited{
font-weight:bold;
color:#000066;
text-decoration:underline;
}

a.h2:hover{
font-weight:bold;
color:#000066;
text-decoration:underline;
}


</style>
