* 
{
	margin: 0;
	padding: 0;
	font-family: verdana, arial;
}

html 
{
	height: 100%
}

body 
{
	font: 12px verdana, arial;
	height: 100%;
	background: #fff;
}

img 
{
	border: none;
	vertical-align: top;
}

/* навигация */
.navigation
{
	position: relative;
	text-align: center;
	width: 300px;
	min-width: 300px;
	min-height: 16px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	float: center;
} 

a.navigation
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a:hover.navigation
{
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

/* добавление комментария */
input, textarea, button, select
{
	font-family: verdana, arial;
	font-size: 13px;
	margin-bottom: 5px;
	display: block;
	padding: 4px;
	width: 100%;
}


h1
{
	font-size: 14px;
	text-decoration: bold;
}

table, tr, td
{
	border-collapse: collapse;
}

/* комментарии */

.comment_none, .comment_anonimus
{
	background: #f3f3f3;
}

.comment_love
{
	background: #ccffcc;
}

.comment_hate
{
	background: #ffcccc;
}


a , a:visited
{
	font-family: verdana, arial;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	font-family: verdana, arial;
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

a.linkmenu, a.linkmenu:visited
{
	font-family: verdana, arial;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

a.linkmenu:hover
{
	font-family: verdana, arial;
	font-size: 12px;
	color: #000;
	text-decoration: underline;
	font-weight: none;
}

a.next, a.next:visited
{
	font-family: verdana, arial;
	font-size: 18px;
	color: #555;
	text-decoration: none;
	font-weight: bold;
}

a.next:hover
{
	font-family: verdana, arial;
	font-size: 18px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

/* изменение кармы */
p.carmaplus
{
	font-size: 14px;
	text-decoration: bold;
	font-weight: bold; 
	color: #266522;
}

p.carmaminus
{
	font-size: 14px;
	text-decoration: bold;
	font-weight: bold; 
	color: #993333;
}