
/* Michael.com.ru Blog CSS
 * Copyright (c) 2008 Drozdovsky Michael
 * http://drozdovsky.ru/ | drozdovsky@gmail.com
 */
 
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
background-color: #FFFFFF;
font-family: Arial;
font-size: 13px;
}

td {
font-family: Arial;
font-size: 13px;
}

span.normaltext {          /* Для корректной работы в Firefox */
  font-size: 14px;
}

td.ltop {
background-color: #000000;
}

a.black:link {
color: #000000;
text-decoration: underline;
}

a:link {
color: #2e8e03;
}

a:hover {
color: #2e8e03;
}

a:visited {
color: #2e8e03;
}

a:active {
color: #2e8e03;
}

a.white:link {
	color: #FFFFFF;
}
a.white:hover {
	color: #FFFFFF;
}
a.white:visited {
	color: #FFFFFF;
}
a.white:active {
	color: #FFFFFF;
}

a.permanent_link:link {
color: #333333;
}

td.theader {
font-size: 18px;
}

td.untertop {
background: url("http://michael.com.ru/unterbg.gif");
}

a.xdate:link {
color: #666666;
text-decoration: underline;
}

td.ftop {
font-size: 18px;
color: #FFFFFF;
}

h1 {
font-size: 18px;
font-weight: normal;
vertical-align: bottom;
}

td.menu_selected_item {
background-color: #000000;
color: #FFFFFF;
}

td.utop {
font-size: 13px;
color: #FFFFFF;
}

h3 {
font-size: 13px;
color: #FFFFFF;
font-weight: normal;
}

a.menu:link {
color: #000000;
text-decoration: underline;
font-size: 13px;
}

a.menu:hover {
color: #000000;
text-decoration: none;
font-size: 13px;
}

a.menu:visited {
color: #000000;
text-decoration: underline;
font-size: 13px;
}

a.menu:active {
color: #000000;
text-decoration: underline;
font-size: 13px;
}


tr.comment_blue
{
	background-color: #d8eaf3;
}
tr.comment_blue td
{
	padding: 5px 5px 5px 5px;
}
div.comment_tg
{
	background-image: url('http://michael.com.ru/images/hw.gif');
	background-repeat: no-repeat;
	font-size: 12px;
	padding-left: 42px;
	padding-top: 5px;
	padding-bottom: 10px;
	height: 22px;
}