.default
{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.heading
{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
	font-style: normal;
	font-weight: bold;

}
body
{
	color: #FF3366;
	background-color: #000000;
}
a:link
{
	color: #FF00FF;
}
a:hover
{
	color: #FF99FF;
}
a:visited
{
	color: #663366;
}