@charset "utf-8";
/* CSS Document */

body {
	background-color: black;
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
}
h1 {font-size: larger}
h2 {font-size: large}
p {font-size: large}

a:link {color:#CC33CC; text-decoration:none; font-size:large; font-weight:bold}
a:visited {color:#00CCCC; text-decoration:none; font-size:large}
a:hover {
	color:#CCCCCC;
	text-decoration:none;
	font-size:large
}
a:active {color:#00CCCC; text-decoration:none; font-size:larger}


.blacktext{font-size:medium;
	color:#000000}
	.whitetext{font-size:medium;
	color:#FFFFFF}
.lighth1{
	font-size:x-large;
	color:#FFFFFF;
	background-color:#000000;
	text-align:left;
	font-weight:bold
}
.lighth1ctr{
	font-size:x-large;
	color:#FFFFFF;
	background-color:#000000;
	text-align:center;
	font-weight:bold
}
	.lighth2{font-size:slarge;
	color:#FFFFFF;
	background-color:#000000;
	text-align:center;
	font-weight:bold}
.darkh1{font-size:x-large;
	color:#000000;
	background-color:#FFFFFF;
	text-align:center;
	font-weight:bold}
	
.desc {font-size: medium;
	color: #FFFFFF}
.smalldesc {font-size: small;
	color: #FFFFFF}


.textback {background-color:#D6C6B5}

