a:hover {
	COLOR: red;
}

a:visited { color: blue 

} 

a {
	TEXT-DECORATION: none;
}


h1 {
	color: #6F74D3;
	font-size: 35px;
	font-style: normal;
	font-weight: bold;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
	
h2 {
	color: #000000;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	margin-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	color: #000000;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	margin-left: 10px;
	font-family: Arial;
}

h4 {
	color: #B54136;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	margin-left: 50px;
	font-family: Arial;
}

p {
	float: left;
	width: 350px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}	

div {
	 border: 0px solid Black;
	 margin-left: 150px;
	 margin-right: 155px;
	 font-size: 14px;
	 font-style: normal;
	 font-weight: normal;
	 font-family: Arial;
}
body {
	margin: 10 auto;
	width: 100%;
}
	
	p {
	margin-left: 10px;
	margin-right: 5px;
	float: right;
	width: 300px;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
 
#navigation {
	float: center;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}


#copy {
font-family: Arial;
font-size: 9px;
font-style: normal;
font-weight: normal;
color: #666666;
} 