	BODY,TABLE{ color:#000000;}
	A{text-decoration:none; color:#0033ff;}
	A:hover {color:#cc3300; }
	input,textarea{border:1px solid #cccccc; color:#666666; background-color:#FFFFFF; cursor:hand;}


body{
	scrollbar-arrow-color:#000000;
	scrollbar-base-color:#666666;
	scrollbar-face-color:#333333;
	scrollbar-highlight-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-darkshadow-color: #333333;
	}

.a{
	color:#000000;
	}

.b{
	color:#FF0000;
	}
.c{
	color:#FFFFFF
	}

h1{
	background-color:#999999;
	width:350px;
	height:10px;
	color:#cccccc;
	}

hr.a{
	color:#000000;
	width:100%;
	}


div.menu{
	border:solid 2px #666666;
	padding:10px 10px 10px 10px;
	position:absolute;
	top:20px;
	left:380px;
	background-color:#cccccc;
	width:120px;
	height:100px;
	z-index:2;
	}

div.main{
	position:absolute;
	top:20px;
	left:5px;
	z-index:1;
	}

