@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #202020;
	scrollbar-3dlight-color: #CCCCCC; 
    scrollbar-arrow-color: #666666; 
    scrollbar-base-color: #666666; 
    scrollbar-darkshadow-color: #CCCCCC; 
    scrollbar-face-color: #CCCCCC; 
    scrollbar-highlight-color: #FFFFFF; 
    scrollbar-shadow-color: #666666}
h4{
	font-size:20px;
	color:#00CCCC;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
h5{
	font-size:14px;
	color: #666666;
	font-weight:bold;
	text-decoration:underline;
}
.bio{
	font-size:20px;
	color:#00CCCC;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:solid #00CCCC 1px;
	margin:50px 0px 20px 0px;
}
.about_sub{
	width:350px;
	height:400px;
	padding:15px 15px;
	background-color:#202020;
	font-family:Arial, Helvetica, sans-serif;
}
.txt_about_sub{
	font-size:12px;
	color:#FFFFFF;
	text-align:justify;
}
a:link {
	color: #00CCCC;
}
a:visited {
	color: #00CCCC;
}
a:hover {
	color: #0099FF;
}
a:active {
	color: #00CCCC;
}
.txt_bio_sub{
	font-size:12px;
	color:#FFFFFF;
	line-height:20px;
}
.bio_year{
	font-size:12px;
	color:#666666;
	margin-left:20px;
}


