body { 
	background-color: #EFDBBF;
	margin: 0px;
}

h1 { 
	color: #790000; 
	font-weight: bold; 
	font-size: 24px; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none; 
}
h2 { 
	color: #790000; 
	font-weight: bold; 
	font-size: 20px; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none;  
}
h3 { 
	color: #790000; 
	font-weight: bold; 
	font-size: 18px; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none;  
}
h4 { 
	color: #790000; 
	font-weight: bold; 
	font-size: 16px; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none;
}
p { 
	color: black; 
	font-weight: normal; 
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none;
}
td { 
	color: black; 
	font-weight: normal; 
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none;
}

li { 
	color: black; 
	font-weight: normal; 
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none;
}

.imgfloatright {
	float:right;
}

table {
	border: 4px #790000 solid;
	background-color: #FFFFFF;
}

a { 
	color: #E78800; 
	font-weight: normal; 
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: underline;
}
a:visited {
	color: #D07B02; 
}
a:visited.hover {
	color: #A3B7DA; 
}
a:visited.active {
	color: #00AEEF;
}
a:hover {
	color: #A3B7DA;
}
a:active {
	color: #00AEEF;
}




