body {
	background-color: #3366CC;
}
.style2 {
	color: #CCCCCC;
	font-size: 48px;
	font-weight: bold;
	margin: 2px;
	padding: 2px;
}
h1 {
	font-size: 128px;
	color: #CCCCCC;
	font-weight: bold;
	line-height: normal;
	padding: 5px;
	margin: 5px;
}
h2 {
	font-size: 48px;
	color: #CCCCCC;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 20px;
}
.style1 {
	color: #CCCCCC;
	font-style: italic;
	letter-spacing: 1px;
	text-decoration: underline;
	font-size: 36px;

}

a:link {color: #CCCCCC; text-decoration: none; font-weight: bold;}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {color: #FFFFFF; text-decoration: underline;}
a:active {color: #CCCCCC;}
