body{
	font-family: sans-serif;
	padding:2px;
}

img{
	border-color:black;
	border-style:double;
	border-width: 5px;
	background-color: rgb(230,230,230);
}

div{
	border-width:5px;
	border-style: solid;
	border-color:black;
	padding:2px;
	background-color: rgb(219,236,217);
}

div.commentcontain{
	margin-left:40px;
	border:none;
}
div.comment{
	margin-left:35px;
	border:none;
}

div.body{
	border:none;
}
div.head{
	border:none;
	background-color: rgb(192,222,188);
	width:100%;
}

div.error{
	color:red;
	position:absolute;
	top:81px;
	left: 94px;
	z-index:10;
}



div.main{
	position:absolute;
	left:127px;
	top:92px;
	width:820px;
	padding:8px;

}

div.login{
	font-size: 12px;
	position:absolute;
	top: 81px;
	width:95px;
	left:10px;
	height: 500px;
	border-top:none;
	z-index:2;
}

div.title{
	position:absolute;
	left:10px;
	width:937px;
	height:50px;
	padding:8px;
	top:10px;
	z-index:1;
	white-space: nowrap;
}

div.ad{
	display: none;
	position:absolute; 
	left: 960px;
	z-index:0;
	width:120px;
}


span.color{
	background-color: rgb(192,222,188);
}

th{
	width: 110px;
	background-color: rgb(200,225,200);
	text-align: left;
}

tr{
	border-width:1px;
	border-style: solid;
	border-color: black;
}


td.center{
	text-align:center;
}

td.prev{
	text-align:left;
	font-size:larger;
	padding-left:40px;
	width: 150px;
}
td.next{
	width: 150px;
	text-align:right;
	font-size:larger;
	padding-right:40px;
}


a{
	color:green;
}

a:hover{
	text-decoration:none;
}

a.comment{
	font-size:10pt;;
}

span.error{
	color:red;
}
span.nerd{
	font-size: 28px;
}

