/* CSS Document */

body{
background-image:url(images/back.gif);
background-repeat:repeat;
}

p,td,li{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#111111;
}

ol{
list-style:lower-alpha;}

h1{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
font-weight:bolder;
}

.green{
color:#003300;
}

.blue{color:#000033;}

.brown{color:#b06208;}

.purple{color:#660066;}

a{color:#071f3c;
text-decoration:underline;
font-weight:700;}


a:hover{
color:#071f3c;
text-decoration:none;
font-weight:700;
}

.footer{
font-weight:bold;
color:#000000;
font-size:12px;
}