body {
	background-color: #ffffff;
	border: 0px;
	font-family: sans-serif;
	font-size: 18px;
}

h1 { font-size: 35px;
     color: #D31234;
	  margin: 5px;
	
}

h2 { font-size: 30px;
     color: #1510B0;
	  margin: 5px;
	
}

h3 { font-size: 25px;
     color: #DE5007;
	
}

td.content { 
     
     border-left: thin;
	  border-color: Black;
	  border-left-style: solid;
	  border-right: thin;
	  border-color: Black;
	  border-right-style: solid;
	  
	  padding-left: 8px;
	  padding-right: 8px;
	  
	
}

td.rightcolumn {
     border-right: thin;
	  border-color: Black;
	  border-right-style: solid;
	  
	
}

a:link{
	color: #52B010;
	text-decoration: none;
}
a:visited{
color: Fuchsia;
text-decoration: none;
	
}

a:hover{
color: Red;
text-decoration: none;
	
}

td.copyright{
	font-size: 9px;
}


ul {
	font-size: 13px;
	text-align: left;
	padding-right: 8px;
}








