/* CSS Document */

body {
	background-color:#000000;
	background-image:url('http://degoat11.com/wow/worldmap.jpg');
	background-attachment:fixed;
}

h2 {
	color:#008800;
	font-family:"IMPACT", verdana, arial, Georgia, serif;
	font-spacing:2.5em;
}

p {
	color:007700;
	font-family: Arial, Helvetica, sans-serif;
}


a.bluelink:link { color: 1111AA; text-decoration: none; font-family:"georgia"}
a.bluelink:active { color: CC6600; text-decoration: none; font-family:'georgia' }
a.bluelink:visited { color: 1111AA; text-decoration: none; font-family:'georgia' }
a.bluelink:hover { color: black; text-decoration: none; font-family:'georgia' }

p.news {
	color:#880000;
	font-size:14px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

table.header {
	background-color:000066;
	color:BBCCBB;
}

table.footer {
	background-color:000066;
	color:BBCCBB;
}


table.topLinks {
	background-color:000066;
}

table.bottomLinks {
	width:300;
	position:relative;
	left:225;
	font-size:11px;
	background-color:000066;
}


table {
    background-color:#00DDDD;
}


a.bottomLinks:link { font-weight:bold;color:#FFFF00; text-decoration: none }
a.bottomLinks:active { color: #FFFF00; text-decoration: none }
a.bottomLinks:visited { color:#FFFF00; text-decoration: none }
a.bottomLinks:hover { color: #990000; text-decoration: underline }

a.topLinks:link { font-weight:bold; color:#FFFF00; text-decoration: none }
a.topLinks:active { font-weight:bold; color: #FFFF00; text-decoration: none }
a.topLinks:visited { font-weight:bold; color:#FFFF00; text-decoration: none }
a.topLinks:hover { font-weight:bold; color: #CC0000; text-decoration: none }

div.belief {
	font-size:12px;
	width:250px;
	background-color:CC6600;
	color:#FFFF00;
	border:2px;
	border-style:outset;
	padding:4px;
	border-color:000000;
}

span.belief {
	text-decoration:underline;
	font-size:14px;
	font-weight:800;
}



