/* CSS Document */
body {		
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #ffffcc;
	text-align: center;
	background-color: #333333;
	margin-top: 30px;
	
} 
a:link {
	color: #ffff00; 
}
a:visited {
	color: #ffff00; 
}
a:hover {
	color: #ffffff; 
	text-decoration: none;
}
.tdback { background-color: #535353; border: 1px solid #ffff99;
}
td {
	font-size: 16px;
	text-align: center;
}
h1 { 
	font-size: 28px; margin-bottom: 10px; margin-top: 10px;	 
}
h2 {
	font-size: 18px;
	margin: 0px;
}
h3 {
	font-size: 17px;
	margin: 0px;
}
img { 
	border: 0px; 	
}
.style1 { 
	text-align: justify;
	font-size: 14px;
}
.style2 { 
	text-align: justify;
	font-size: 15px;
}