@charset "utf-8";
/* CSS Document */

img  {
	border:0;
}

h1  {
	text-align: center;
	font-style: italic;
	font-weight: bold;
	font-size: xx-large;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #BB0000;
}

body {
	text-align: center;
	font-style: italic;
	font-size: large;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #999;
	background-color: #000000;
	background-image: url(grfx/pentagram.png);
	background-attachment: fixed;
	background-repeat: repeat;
}


a:link {color: #CC0000}
a:visited {color: #DD0000}
a:hover {color: #FF0000}
a:active {color: #FFCC00}


h2 {
	text-align: center;
	font-style: italic;
	font-size: small;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #BB0000
}

h3 {
	text-align: center;
	font-style: italic;
	font-size: x-small;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #BB0000
	
}



#bold {
	font-weight: bold;


	
}
