body {
	background-color: #0066FF;
	color: #FFFF99;
}
a:link {
	color: #FF3333;
}
a:visited {
	color: #FF9933;
}
a:active {
	color: #FF9999;
}
a[target = "_top"]:link{
	color: #ccffff;
}
a[target = "_top"]:visited{
	color: #ffcc99;
}
.h1 {
	color: #FFFF00;
	text-align: center;

}
.impress {
	font-weight: bold;
	color: #66FF99;
	left: auto;
	text-indent: 10%;

}
.h3 {
	color: #FF9900;
	border-top: none;
	border-right: none;
	border-bottom: thin solid #FFCC99;
	border-left: none;
	text-align: center;
	width: 25%;

}
.sentences {
	background-color: #003366;
	display: none;
	color: #FFFF66;
}
.longheading {
	color: #CCCCCC;
	text-decoration: underline;
	text-align: justify;
}
.centerized {
	text-align: center;
}
