body {
background-color: #990000;
}

p { font-family: tahoma, sans-serif ;
color: #000000;
text-decoration:  none; 
font-size: 11px;
text-align: justify;
line-height: 1.3;
}

.bold{ font-family: tahoma, sans-serif ;
color: #000000;
text-decoration:  none; 
font-size: 11px;
text-align: left;
font-weight: bold;
line-height: 1.3;
}

H1 { font-family: tahoma, sans-serif ;
text-decoration:  none; 
color: #336699;
font-size: 17px;
text-align: center;
font-weight: bold;
line-height: 1.3;
}

H2 { font-family: tahoma, sans-serif ;
text-decoration:  none; 
color: #336699;
font-size: 12px;
text-align: center;
font-weight: bold;
line-height: 1.3;
}


ul { font-family: tahoma, sans-serif ;
color: #000000;
text-decoration:  none; 
font-size: 11px;
text-align: justify;
}

li { font-family: tahoma, sans-serif ;
color: #000000;
text-decoration:  none; 
font-size: 11px;
text-align: justify;
}

table.border {
BORDER-left: #000000 1px solid;
BORDER-right: #000000 1px solid;
}


a:link {
	font-family: tahoma, sans-serif;
	color: #990000;
	text-decoration: none;
; font-weight: bold
}

a:visited {
	font-family: tahoma, sans-serif;
	color: #000000;
	text-decoration: none;
; font-weight: bold
}
a:active {
	font-family: tahoma, sans-serif;
	color: #990000;
	text-decoration: none;
; font-weight: bold
}






a:hover { 
	font-family: tahoma, sans-serif;
	color: #000000;
	text-decoration: underline;
; font-weight: bold
 } 