/* to call upon me:  <link rel="stylesheet" type="text/css" href="pr.css" /> */

body {background:#0a011d; 
	color:#FFFFFF
/*scrollbar stuff- this only works on IE:*/
	scrollbar-3dlight-color : #7A89C1;
	scrollbar-arrow-color : #FF9900;
	scrollbar-base-color : #333333;
	scrollbar-darkshadow-color : #000000;
	scrollbar-face-color : #333333;
	scrollbar-highlight-color : #CCCCCC;
	scrollbar-shadow-color : #000000;
	scrollbar-track-color : #666666;}


a {text-decoration:none;}
a:link {font-weight:bold; 
	color:#E9556A; }
a:visited {color:#f1a629; 
	font-weight:bold;}
a:focus {color:#ececec;}
a:hover {color:#00a45e;  
	text-decoration:underline; 
	background:#000000;}
a:active {color:#b7b7b7;}

body{font: 15px "Tahoma", "Verdana", "Arial Black", sans-serif;
	text-transform:lowercase;
	color:#FFFFFF;
	background:  #013974 url(gradient.jpg) top right fixed repeat-y; }

h1,h2 {font: bold 30px "Verdana", "Arial Black", sans-serif;
	text-align:center;
	color:#f1a629;
	padding:3px;
	margin-right:auto;
	margin-left:auto;}
h2 {font-size: 14px;
	text-align:right;}

#leftbar {position:absolute;
	left: 5px;
	top: 180px;
	padding: 8px;
	width: 120px;
	background: #009790;
	color: #12022c;
	line-height:25px;}



a.l:link {color:#252525;}
a.l:visited {color:#363636;}
a.l:hover {font-style:italic;
	background: #009790;}
a.l:active {text-transform:none;}

a.i:hover {text-transform:none;}