




body
{
	color: black;
	font-family: Serif;
	font-size: small;
	background-color: #ECEDEF;
}

h3 
{
	color: #6385AB;
	font-family: Sans-Serif;
	font-size: medium;
}


h2 
{
	color: #6385AB;
	font-family: Sans-Serif;
	font-size: x-large;
}


h1 
{
	color: #black;
	font-family: Sans-Serif;
	font-size: x-large;
}

A:hover
{
	background-color: #000000;
}

A:link
{
	font-weight: bold;
	text-decoration: underline;
	color: #4368B1;
}

A:visited
{
	font-weight: bold;
	font-family: arial, 'lucida console', sans-serif;
	text-decoration: underline;
	color: #4368B1;
}


