A:link {
background: transparent;  
color: #FFFFDE; 
text-decoration: none; 
}
A:visited { 
background: transparent; 
color: #FFFFDE; 
text-decoration: none; 
}
A:active {  
text-decoration: none; 
color: #b00000; 
}
A:hover { 
background: transparent; 
color: black; 
text-decoration: none; 
}
P		{
text-decoration:none; 
font-family: verdana; 
font-size: 13px; 
color: #999999
}
td { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; 
color: #000000
} 
th { 
font-family: Geneva, Arial, Helvetica, sans-serif; 
font-size: 10pt ; 
font-weight: bold
} 
.oneColElsCtr #container {
	width: 46em;
	background: #FFFFFF;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #A5B8D9;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColElsCtr #container #mainContent {
	font-family: Comic Sans MS, Arial;
}