@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Lucida Console, Monaco, monospace;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
body {
	background-color: #000;
}
a {
	font-size: 12px;
	color: #FFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F00;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #F00;
	font-weight: bold;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 10px;
}
h6 {
	font-size: 9px;
}

#header_bio {width: 600px;
         height: 95px;
         position: relative;
		 padding: 0px auto;
		 margin: 0px auto;
		 background:#000}


#wrapper_bio {width: 600px;
          margin-top: 0px auto;
          padding: 0 auto;
		  margin: 0 auto;
		  }	
		  
		  
#backButton {width: 49px;
			height: 15;
            margin: 0 auto;
			padding: 0 auto;
            float: right;}		  

