h1 {
	font-family: Arial;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #5F9E9D;
	text-decoration: none;
	font-size: 12px;
	text-transform: capitalize;


}
h2 {
	font-family: Arial;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #5F9E9D;
	font-size: 12px;
	text-transform: none;


}
a:link {
	font-family: Arial;
	font-weight: bold;
	color: #5F9E9D;
	text-decoration: underline;
	font-size: 12px;
	border: #000000;
	text-transform: lowercase;




}
p {
	color: #CCCCCC;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;





}
a:visited {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	border: #000000;
	text-transform: lowercase;

}
a:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
	text-transform: lowercase;

}
h3 {
	font-family: Arial;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #5A9594;
	text-transform: capitalize;

}
body {
	background-color: #666666;
}

