h1 {
	font-family: Rocket Script, Garamond;
	font-size: 48px;
	font-weight: bold;
	color: #FF0000;
}
body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
		margin: 0px;
}

p {
	color: #FFFFFF;
}
h2 {
	font-size: 24px;
	color: #FFFFFF;
}
h3 {
	font-family: Rocket Script, Garamond;
	color: #FF0000;
	font-size: 32px;
}
a:link {
	color: #FFFF99;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #FFFF99;
	text-decoration: none;
	font-weight: bold;

}
a:hover {
	color: #FF9999;
	text-decoration: underline;
	font-weight: bold;

}
a:active {
	color: #FF9999;
	text-decoration: underline;
	font-weight: bold;

}
.style1 {font-size: 18px}
.style3 {font-size: 12px}
