body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #FFFFFF;
	text-align: center;
	background-image: url(../images/creatures_all_bg.jpg);
	background-position: bottom right;
	background-repeat:no-repeat;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	color: #000;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	margin-top: 1.2em;
}

p {
	line-height: 1.6em;
}

li {
	line-height: 2em;
}

/* WTF
p.something{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	
	font-weight: normal;	
}
h3.time{
	color: red;
}
*/

a, a:visited, a:link {
	text-decoration: none;
	font-weight: bold;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #CCC;
}