.cbody {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.beeg_headline  { 
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 30px;
	text-decoration: none;
	font-weight: bold;
	color: #EEEEEE;
	padding-top:10px;
}

.printstatez  { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #EEEEEE;
	background-color: #484C79;
}
.printstatez:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #4E5282;
}

.shout  { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #EEEEEE;
}

/* Top layer of page*/
.topaclayer 
{
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
text-decoration: none;
font-weight: bold;
color: #EEEEEE;
background-repeat: no-repeat; 
background-image: url(img/anochat_logo.jpg);
background-color: #484C79;
}
.odescr {
	font-family: verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
/* Links for main window */
.boldlink {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
.boldlink:hover {
color: #660000;
text-decoration: underline;
}

/* Chat writer input (main window) */
.mainwin_input {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
text-decoration: none;
font-weight: bold;
color: #000000;
width: 195px;
height: 18px;
margin-top:1px;
border-right: #AAAAAA 1px solid;
border-bottom: #AAAAAA 1px solid;
border-top: #AAAAAA 1px solid;
border-left: #AAAAAA 1px solid;
background-color: #EEEEEE;
}
/* Chat writer buttons */
.mainwin_button {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
text-decoration: none;
font-weight: bold;
color: #EEEEEE;
width: 45px;
height: 20px;
border-right: #AAAAAA 1px solid;
border-bottom: #AAAAAA 1px solid;
border-top: #AAAAAA 1px solid;
border-left: #AAAAAA 1px solid;
background-color: #484C79;
}