table {
	padding: 10;
	background-color: #FAF7E4;
	border: 2px dashed #996633;
	font-family: "Times New Roman", Times, serif;
}

a:link {color: #003399} 
a:visited {color: #003399} 
a:hover {background-color: #BACADC} 
a:active {color: #000000} 

td {font-family: Arial, Helvetica, sans-serif; 
	font-size: x-small; color: #333333; 
	background-color: #FAF7E4
	cell-padding: 6px;} 
	
li {color: #333333; list-style-type: square} 
ul {color: #333333; list-style-type: square} 
ol {color: #333333} 
.mytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #000000;
	font-weight: 600;
} 
.mytext a:link {color: #333333; text-decoration: underline} 
.mytext a:visited {color: #666666; text-decoration: underline} 
.mytext a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #99CCFF;
} 
.mytext a:active {color: #333333; text-decoration: underline} 
.mytext2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #666666} 
.mytext2 a:link {color: #666666; text-decoration: underline} 
.mytext2 a:visited {color: #666666; text-decoration: underline} 
.mytext2 a:hover {color: #006699; text-decoration: none; background-color: #66CCFF} 
.mytext2 a:active {color: #333333; text-decoration: none} 
body {
	background-color: #CC9966;
}
.dashborder {
	border: 2px dashed #333333;
	padding: 6px;
	background-color: #FAF7E4;


}
.whitecell {
	background-color: #FFFFFF;
}
