.style2 {color: #660000; }
.style1 {
	color: #660000;
}
a:link {
	color: #333333;
	text-decoration: none;
	font-weight: bolder;
/*	font-size: 2em;*/
}
a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bolder;
/*	font-size: 2em;*/
}
a:hover {
	color: #CCFFFF;
}
p {
	color: #CCCCCC;
}

a:active {
	color: #66FF99;
}
body {
	background-color: #494a61;
}
h2 {
	font-size: 2em;
}
