	table{
			font-family: Georgia;
			font-size: 14px; 	
		}

		table table {
			font-family: Georgia; font-size: 18px;
		}

		td h1 {
			font-size: 25px;
			font-weight: 100;
			margin: 0 0 25px 0;
		}
td h2 {
	font-size: 19px;
	font-weight: 100;
	color: red;
	font-style: italic;	
}

td h3 {
	font-size: 16px;
	font-weight: 100;	
}

p{
	font-size: 14px;
	text-indent: 20px;
	line-height: 140%;
	margin: 0 0 12px 0;
}

td span {
	font-size: 17px;
}

table#menu td a{
	color:#003eb3;
	text-decoration: underline;	
}
table#menu td a:hover{
	color:#003eb3;
	text-decoration: none;	
}
table#menu td a:visited{
	color:#003eb3;
	text-decoration: underline;	
}