body{font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
text-align: center;
background-color: #FFE4E1;}
table{
	width:650px;background-color: white;
	border-color: #E6E6FA;
	border-style: double;
	}
td{
	font-size: xx-small;
	vertical-align: top;
	color:#00018C;
	border: 1px solid #ebebeb;
	padding: 5px;
}
h1{
	color: #0000CD;
	font-size: medium;
}
li{
	display: block;
	border-bottom: 1px dotted;
	list-style: none;
	list-style-position: outside;
	padding: 2px;
	font-size: 9px;
	width: 100%;
}
li a{
	text-decoration: none;
	color: Gray;
	
}
a{
	color: Green;
	text-decoration: underline
}
a:hover{
	color: #FFA500;
	text-decoration: none
}
span{
	color: #FFA500;
	padding: 5px;
	margin-bottom: 5px;
	display: block;
	background-color: #ebebeb;
}