BODY, HTML{
 	margin: 0px;
         height: 100%;
}
TABLE{
         color: white;
         font-family: Arial, Helvetica, sans_serif;
         font-size: 8pt;
}
.content{
 	padding-top: 320px;
         padding-left: 40px;
         color: white;
         font-family: Arial, Helvetica, sans_serif;
         font-size: 8pt;
}
A:link{
 	color: white;
         text-decoration: none;
         font-weight: bold;
         font-size: 8pt;
}
A:hover{
 	color: white;
         text-decoration: none;
         font-weight: bold;
         font-size: 8pt;
}
A:active{
 	color: white;
         text-decoration: none;
         font-weight: bold;
         font-size: 8pt;
}
A:visited{
 	color: white;
         text-decoration: none;
         font-weight: bold;
         font-size: 8pt;
}
P{
 	margin: 0px;
         padding: 0px;
}
P.white{
 	background-color: white;
}