
body { 
	background: #ffffff;
	background-image: url("../images/bghamster.gif");
	color: #000033;
	scrollbar-face-color:#ffffff;
	scrollbar-arrow-color:black;
	scrollbar-track-color:#ffffff;
	scrollbar-shadow-color:'';
	scrollbar-highlight-color:'';
	scrollbar-3dlight-color:'';
	scrollbar-darkshadow-color:'';
	margin: 2%;
} 

.red {
	color: #990000;
	background: #ffffff;
	background-image: url("../images/bghamster.gif");
} 
.blue{ 
	color: #000088;
	background: #ffffff;
	background-image: url("../images/bghamster.gif");
}
.warn{
	color: #aa0000;
	background: #ffffff;
	background-image: url("../images/bghamster.gif");
}
.green{ 
	color: #006600;
	background: #ffffff;
	background-image: url("../images/bghamster.gif");
}
.attrib{

	background:#ffffff;
	text-align: right;
	margin-right: 2%;
	font-size: 65%;
	font-weight:bold;
	font-family:cursive;
}
.section{
	color: #006600;
	background: #ffffff;
	font-size:120%;
	font-family:cursive;
}
.center{
	text-align: center;
}
/* ads */
div.ads{
	border:1px solid #969696;
	margin:10px auto;
	width:70%;
	background:#FEFCEA;
	padding:4px;
	text-align:center;
}