/* CSS Document */

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

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

p {
	color:FFFF00;
	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' }


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

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

table.topLinks {
	background-color:DD0000;
}

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


table {
    background-color:#222222;
}


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 }



