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

.body {background:#000000;
font-family: "Lucida Grande", Helvetica, Verdana, sans serif;
color:#999999;
font-size:12px;
}

.index{color:#000000;
font-family: "Lucida Grande", Helvetica, Verdana, sans serif;
position:inherit;
margin: 70px auto 0px auto;
	top:100px;
	width:500px;
	height:550px;
}

.text{
background-color:#000000;
color: #999999;
font-family: "Lucida Grande", Helvetica, Verdana, sans serif;
position:inherit;
	width:490px;
	height:500;
	overflow:auto;
	font-size:12px;	
}


img {
border:none;
}

a:link { color: #FFFFFF; text-decoration:none; }
a:visited { color: #666666; text-decoration:none; }
a:focus { color: #999999; text-decoration:none; }
a:hover { color: #999999; text-decoration:none; }
a:active { color:#999999; text-decoration:none; }

a.nav:link { color: #333333; text-decoration:none; }
a.nav:visited { color: #333333; text-decoration:none; }
a.nav:focus { color: #333333; text-decoration:none; }
a.nav:hover { color: #333333; text-decoration:none; }
a.nav:active { color:#333333; text-decoration:none; }
