/* CSS Document */

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

h4.alliance {
	color:#002288;
	font-family:verdana, arial, Georgia, serif;
	font-spacing:3.5em;
}

h4.horde {
	color:#880000;
	font-family:verdana, arial, Georgia, serif;
	font-spacing:3.5em;
}

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


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

a.horde:link { color: FF0000; text-decoration: none; font-family:"georgia"}
a.horde:active { color: FF0000; text-decoration: none; font-family:'georgia' }
a.horde:visited { color: FF0000; text-decoration: none; font-family:'georgia' }
a.horde:hover { color: black; text-decoration: none; font-family:'georgia' }


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

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


table.topLinks {
	background-color:222222;
}

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


table {
    background-color:#CCCCCC;
}


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;
}


