body	{ 
		background-color: "#000080";
		text-align: center;
		
	}
div.header	{
		background-color: "#1E90FF";
		border-width: thick;
		border-style: ridge;
		border-color: gold;
		font-color: "#FFFFFF"; 
		float:center;
		margin-left: auto;
		margin-right: auto;
		width: 50em;
		text-align: left;
	}
div.body1	{
		
		
		border-width: thick;
		border-style: ridge;
		border-color: gold;
		background-color: "#1E90FF";
		font-size: 12pt;
		float:center;
		margin-left: auto;
		margin-right: auto;
		width: 50em;
		text-align: left;
		}
div.body2	{
		
		font-family: "Trebuchet MS";
		color: "#FFFFFF"; 
		font-size: 12pt;
		float:center;
		margin-left: auto;
		margin-right: auto;
		width: 50em;
		text-align: left;
		}
div.body3	{
		background-color: "#000080";
		font-family: "Trebuchet MS";
		color: "#FFFFFF"; 
		float:center;
		margin-left: auto;
		margin-right: auto;
		width: 50em;
		text-align: left;
		}		
th	{ 
		background-color: "#1E90FF";
		font-color: "#FFFFFF";
	}
h1	{ 
		font-family: "Trebuchet MS"; 
		font-variant: small-caps;
		color: "#000080";
	}
h2	{
		font-family: "Comic Sans";
		color: "#FFFFFF";
	}
h3	{
		font-family: "Comic Sans";
		color: "#FFFFFF";
	}
td
	{ 
		background-color: "#1E90FF";
		border-width: thick;
		border-style: inset;
		border-color: gold;
		font-family: "Arial";
		color: "#000080";
	}
i	{
		font-family: "Trebuchet MS"; 
		font-type: bold; 
		font-variant: small-caps;
		color: "#FFFFFF";
	}
LI	{
		font-family: "Trebuchet MS";
		font-variant: small-caps;
	}
/**************** Link classes ****************/ 
/**************** Navigation ******************/
a.nav:link { 
		font-family: "Trebuchet MS";
		font-variant: small-caps;
		color: "#FFFFFF";
		padding-bottom: 5px;
		padding-left: 5px;
		padding-right: 5px;
		text-decoration: underline; 
		font-weight: bold;
		border-width: 2px;
		border-style: double;
		border-color: 000080;
	}
	

a.nav:visited { 
		font-family: "Trebuchet MS";
		font-variant: small-caps;
		color: "#FFF8DC";
		padding-bottom: 5px;
		padding-left: 5px;
		padding-right: 5px;
		text-decoration: underline; 
		font-weight: bold;
		border-width: 2px;
		border-style: double;
		border-color: 000080;
	} 



a.nav:hover { 
		font-family: "Trebuchet MS";
		font-variant: small-caps;
		color: "#000080"; 
		padding-bottom: 5px;
		padding-left: 5px;
		padding-right: 5px; 
		font-weight: bold; 
		text-decoration: underline;
		border-width: 2px;
		border-style: double;
		border-color: 000080;
	} 

/************** Normal Links *****************/
a.reg:link { 
		font-family: "Trebuchet MS";
		font-variant: small-caps;
		color: "#FFFFFF"; 
		text-decoration: underline; 
		font-weight: bold;
		

	}
	

a.reg:visited { 
		font-family: "Trebuchet MS";
		font-variant: small-caps;
		color: "#FFF8DC"; 
		text-decoration: underline; 
		font-weight: bold;
		
	} 



a.reg:hover { 
		font-family: "Trebuchet MS";
		font-variant: small-caps;
		color: "#87CEEB"; 
		padding-bottom: 5px; 
		font-weight: bold; 
		text-decoration: underline;
		background-color: "#6495ED";
	} 







	
