/* CSS Document */

body{
	font-family: arial;
	font-size: 12px;
	color: #242424;
	}
	
h1{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #242424;
	}
	
a:link{
	color: #384f74;
	text-decoration: none;
}

a:visited{
	color: #384f74;
	text-decoration: none;
}

a:active {
	color: #384f74;
	text-decoration: none;
}

a:hover {
	color: #384f74;
	text-decoration: underline;
}