/* CSS Document */

body {text-align: center;
background-color: #99ffff;}

h1, h2 {
color: #990000;
text-align: center;
font-family: Verdana, Helvetica, Arial, sans-serif;
margin: 10px 10px 5px 10px; }

table {
background-color: white;
border: 2px solid black;
}

td {
	text-align: center;
	font-size: 16px; 
}
img {
padding: 0 20px 20px 20px;
}
A:link {
	color:#000066;
	text-decoration: none;
	font-weight: bold;
	border-bottom-style: dashed;
	border-bottom-color: #003366;
	border-bottom: 1px;
padding-bottom: 0;
margin-bottom: 0;}
A:visited {color:#999999; 
	text-decoration: none; 
	font-weight: bold;
	border-bottom-style: dashed;
	border-bottom-color: #003366;
	border-bottom: 1px;
}
A:hover {color: #339900; 
	text-decoration: none; 
	font-weight: bold;
}
A:active {color:#339900; 
	text-decoration: none; 
	font-weight: bold;
}