body {
	background-color: white;
	color: #5e5e5e;
	font-family: Arial;
	font-size: smaller;

}

h1
{
	font-family: arial, verdana, sans-serif;
	color: #008ecd;
	font-weight: bold;
	font-size: large;
}

p
{
	font-weight: normal;
	font-family: Arial, verdana, sans-serif;

	color: #5e5e5e;
	font-size: smaller;
}

LI
{
	font-weight: bold;
	font-family: Arial, verdana, sans-serif;

	color: #5e5e5e;
	font-size: smaller;

}

UL
{
	color: #008ecd;
	font-weight: normal;
	font-family: Arial;
	font-size: smaller;
}

A {
	text-decoration: none;
	color: #008ecd
	}
A:link {
	color: #008ecd;
	text-decoration: none;
	}
A:visited {
	color: #008ecd;
	text-decoration: none;
	}
A:active {
	color: #008ecd; 
	text-decoration: none;
	}

A:hover {
	color: #A7A5A5;
	
	}