	A:link {
	  	color: #cc0000; 
		text-decoration: none
    	}
    A:active {
		COLOR: #cc0000; 
		text-decoration: none
        }
    A:visited {
		COLOR: #cc0000; 
		text-decoration: none
        }
    A:hover {
		COLOR: #990000; 
		text-decoration: none
        }
	
	body {
		text-align:center;
		color:#FFFFFF;
		background:#000000;
		background-image:url('http://academy.empirereborn.net/test/images/bg_space.jpg');
		background-repeat:repeat;
                background-attachment:fixed;
		background-repeat:repeat;
				
		}
		
	
	#frame {
		width:850px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:left;
		
		}
		
		
	#contentleft {
	       text-align:left;
		font-family:verdana, sans-serif;
		color:#FFFFFF;
		width:135px;
		padding:0px;
		float:left;
		background:#000000;
		border-style:solid;
		border-width: 2px;
		border-color:#330000;
		font-size: 12px;
				}
	
	#contentcenter {
	        text-align:justify;
		font-family:georgia, serif;
		color:#FFFFFF;
		width:480px;
		padding:0px;
		float:left;
		background:#000000;
		border-style:solid;
		border-width: 2px;
		border-color:#330000;
		margin-left:10px;
		margin-right:10px;
		font-size: 14px;
		
		}
	
	#contentright {
	        font-family:verdana, sans-serif;
		width:203px;
		padding:0px;
		float:left;
		background:#000000;
		border-style:solid;
		border-width: 2px;
		border-color:#330000;
		font-size: 12px;
		font-family:verdana, sans-serif;
						
		}
	
	
	#navlist {
		background-color:#000000;
		width: 100%;
		}

		#navlist ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		font-size: 11px;
		}
		
		#navlist li {
		margin: 0;
		border: 1px solid #000;
		}
		
		
#navlist a {
		display: block;
		padding: 2px 2px 2px 24px;
		background-color: #000000;
		background-image:  url(http://academy.empirereborn.net/test/images/down.jpg);
		background-repeat: no-repeat;
		background-position: 0% 50%;
		}
		
		#navlist a:link, #navlist a:visited {
		color: #ffffff;
		text-decoration: none;
		}
		

		#navlist a:hover, #navlist a:active {	   
		background-color: #990000;
		background-image:  url(http://academy.empirereborn.net/test/images/over.jpg);
		background-repeat: no-repeat;
		background-position: 0% 50%;
		color: #ffffff;
		}
		
		#uberlink a:link, #uberlink a:visited,
		#uberlink a:hover, #uberlink a:active {
		background-color: #990000;
		background-image:  url(http://academy.empirereborn.net/test/images/over.jpg);
		background-repeat: no-repeat;
		background-position: 0% 50%;
		color: #ffffff;
		}		
	
	p,h1,pre {
	margin:10px 10px 10px 10px;
	}

	.navtext {
	margin:0px 0px 0px 0px;
	background:#660000;
		font-family:arial, sans-serif;
		text-align:center;
		font-variant: small-caps;
		font-weight: bold;
		color:#FFFFFF;
	}
	
	.answers {
		font-size: 12px;
		margin:10px 10px 10px 10px;
		}

	#header {
		background:#660000;
		font-family:arial, sans-serif;
		text-align:center;
		font-variant: small-caps;
		font-weight: bold;
		color:#FFFFFF;
		font-size:12;
		
		}
	
	.questions {
		font-size: 14px;
		color:#999999;
		font-weight:bold;
		margin:10px 10px 10px 10px;
		}