@charset "iso-8859-1";

a:active {color: blue ; background-color:transparent ; text-decoration:none ; font-family: "verdana"}
a:visited {color: blue ; background-color:transparent ; text-decoration:none ; font-family: "verdana"}
a:link {color: blue ; background-color:transparent ; text-decoration:none ; font-family: "verdana"}
a:hover {color: blue ; background-color:transparent ; text-decoration:none ; font-weight:bold ; font-family: "verdana"}

body
{
background-image: url("backn2.jpg");
}

p
{
text-align: left;
color: blue;
font: 12px verdana
}

div
{
text-align: justify;
color: blue;
font: 12px verdana
}

small
{
color: black;
font: 10px verdana
}


h1
{
text-align: center;
color: #3366FF;
font: bold 18px verdana
}
 
h2, h3, h4, h5, h6 
{
text-align: center;
color: #009999;
font: bold 16px verdana
}


ul
{
text-align: left;
color: blue;
font: 12px verdana
}




td
{
text-align: left;
color: blue;
font: 12px verdana
}