body {font-family:arial; font-size: 12px; color:white}
.button       { border: 1 solid #A3A3D6 }
.button-Over { background-color: #A3A3D6; border: 1 solid #ffffff }
td { font-family:arial; font-size:12px}
H3
{font-family:arial; font-size: 18px;
    MARGIN-TOP: 3px;
    MARGIN-BOTTOM: 3px

}
H4
{font-family:arial; font-size: 16px;
    MARGIN-TOP: 3px;
    MARGIN-BOTTOM: 3px

}
H5
{font-family:arial; font-size: 14px;
    MARGIN-TOP: 3px;
    MARGIN-BOTTOM: 3px
}
ul { font-family:arial; MARGIN-TOP: 3px; MARGIN-BOTTOM: 3px }
A
{
    COLOR: white;
    TEXT-DECORATION: underline
}
A:hover
{
	color: #ffffff;
	TEXT-DECORATION:none
}

.menu {
	font-size: 13px;
	list-style: none;
	margin: 0px;
	text-align: center;
}

.menu li {
    display: block;
    float: left;
}

.menu li a:link, .menu li a:visited {
	color: #fff;
	background: #fff;
    padding: 5px;
    margin: 0px;
    text-decoration: none;
    height: 1px;
}

.menu li a:hover {
	background: #999999;
}


.left {
	padding: 10px;
	font-size: 10px;
	background: #999999;
}

.content {
	padding: 10px;
	background: #999999;
	color: #A3A3D6;
}

li {
    list-style-type: square;
}

a:link {
    color: #ffffff;
}

a:visited {
    color: #ffffff;
}

a:active {
    color: #7373b7;
}

a:hover {
    color: #7373b7;
    text-decoration: none
}

.left input {
	font-size: 11px;
}

.left ul {
	margin: 0 0 10px 20px;
}

hr {
	color: #ffffff;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	width: 100%;
	height: 2px;
}

/* http://strawberry.goodgirl.ru/forum/viewtopic.php?id=198 */
.post, .comment, .comment_form {
	margin-bottom: 20px;
    * height: 0;
	background: #A3A3D6;
	color: #A3A3D6;
}

.post .title, .comment .title {
	font-weight: bold;
    * height: 0;
	background: #A3A3D6;
	color: #000000;
}

.post .story, .comment .story {
	text-align: justify;
	line-height: 140%;
	padding-left: 10px;
	padding-right: 10px;
	background: #A3A3D6;
	color: #000000;
}

.post hr, .comment hr {
	width: 50%;
	background: #FFFFFF;
	color: #A3A3D6;
}

.post .date, .comment .date {
	font-size: 80%;
	color: #000000;
}

.post .attr, .comment .attr {
	font-size: 80%;
	text-align: right;
	background: #A3A3D6;
	color: #000000;
}

.post .cn_news_even, .comment .cn_comment_odd {
	background: #A3A3D6;
	color: #A3A3D6;
}

.post .cn_news_odd, .comment .cn_comment_even {
	padding: 5px;
	background: #A3A3D6;
	color: #A3A3D6;
}

.post .cn_news_odd hr, .comment .cn_comment_even hr {
	color: #A3A3D6;
	border-top: 1px solid #A3A3D6;
	border-left: 1px solid #A3A3D6;
	height: 2px;
}

.error_message {
	background: #A3A3D6;
	padding: 5px;
	width: 300px;
	color: red;
}

.pages {
	text-align: center;
	background: #A3A3D6;
	color: #000000;
}

.dateheader {
	font-size: 13px;
	margin-bottom: 10px;
	background: #A3A3D6;
	color: #000000;
}

.cute_poll {
	background: #A3A3D6;
	color: #000000;
	font-size: 9px;
	text-align: center;
}

#calendar {
	text-align: center;
	font-size: 12px;
	background: #A3A3D6;
	color: #000000;
}

.hilite {
	color: red;
	background: yellow;
}