H1  {
	font-size : 72px;
	font-family : "Waking the Witch", Verdana;
	font-weight : bold;
	color : #C600C6;
}

H2  {
	font-size : 20px;
	font-family : "Tempus Sans ITC", Verdana;
	font-weight : bold;
	color : #C600C6;
}

H3  {
	font-size : 20px;
	font-family : "Tempus Sans ITC", Verdana;
	font-weight : normal;
	color : #C600C6;
}

A  {
	font-size : 16px;
	font-family : "Tempus Sans ITC", Verdana;
	font-weight : bold;
	color : #C600C6;
	text-decoration : none;
}

A:Visited  {
	font-size : 16px;
	font-family : "Tempus Sans ITC", Verdana;
	font-weight : bold;
	color : #FFCCFF;
	text-decoration : none;
}

A:Active  {
	font-size : 16px;
	font-family : "Tempus Sans ITC", Verdana;
	font-weight : bold;
	color : #C600C6;
	text-decoration : none;
}

A:Hover  {
	font-size : 16px;
	font-family : "Tempus Sans ITC", Verdana;
	font-weight : bold;
	color : #C600C6;
	text-decoration : none;
}

BODY {
	font-size : 16px;
	color: #FFCCFF;
	font-family : "Tempus Sans ITC", Verdana;
	font-weight : normal;
	background: #000000;
	scrollbar-face-color: #000000;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #C600C6;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: #FFFFFF;
	border : #000000;
}


