body {
margin:0px;
padding:0px;
color: white;
background-color:black;
font-family: tahoma;
}

h1 {
padding-left: 15px;
padding-top: 5px;
font-size: 20px;
font-weight: 700;
color: white;
background-color:black;
}

h2 {
padding-top: 5px;
padding-left: 5px;
font-size: 18px;
font-weight: 500;
color: white;
background-color:black;
}

.links {
color: white;
background-color:black;

}


p {

text-align: justify;
font-size: 14px;
font-weight: 200;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 10px;
color: white;
background-color:black;
}

table {

padding:10px;
color: white;
background-color:black;
}


td {
padding:3px;
color: white;
background-color:black;
}

a:link { font-weight:800; color:#AAAA33; text-decoration:none }
a:visited { font-weight:200; color:#999999; text-decoration:underline }
a:hover { font-weight:800; color:#FFFF33; text-decoration:none }
a:active { font-weight:800; color:#FFFF33; text-decoration:none }
a:focus { font-weight:800; color:#33FF33; text-decoration:none }


.mainlink {

font-size:14px;
line-height:22px;
}


.mainlink:link { font-weight:800; color:#CCCC22; text-decoration:none }
.mainlink:visited { font-weight:800; color:#CCCC22; text-decoration:none }
.mainlink:hover { font-weight:800; color:#991111; text-decoration:none }
.mainlink:active { font-weight:800; color:#991111; text-decoration:none }
.mainlink:focus { font-weight:800; color:#991111; text-decoration:none }



