/* SRS BODY */
body
{
	background-color: #486874;
	color: black;
	font-family: "Century Gothic", "Trebuchet MS", Georgia, Arial, "Times New Roman";
	font-size: small;
	/*margin-left: 16%; margin-right: 16%; margin-top: 0; position: relative;*/
	margin-top: 10px;
}

* html body
{
	font-size: x-small;
	f\ont-size: small;
}

a
{
	color: white;
}

a:hover, href
{
	color: #D68D00;		/* med-brown */
}	

h2
{
	font-size: 160%;
}

h5
{
	font-size: 82%;
}

#wrap
{
	background: white;
	margin: 0 auto;
	max-width: 750px; /*min-width: 600px;*/ min-width: 750px;
	width: 750px;
}


