body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: inherit;
	background-color: #000000;
}

#table1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: thin solid #FFFFFF;
	text-align: left;
	padding-right: 25px;
	padding-left: 25px;
}
#footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: center;
}

a:link, a:active {
color:#333; 
background: transparent; 
text-decoration:underline;
} 
a:visited {
color:#666; 
background: transparent; 
text-decoration:none;
}
a:hover {
color:red; 
background: yellow; 
text-decoration:underline;
}
p {
	line-height: 20px;
	text-align: justify;
	padding-right: 25px;
	padding-left: 25px;
}

