@charset "utf-8";

body {}

html body, html p, html table, html td
{
	font:normal 14px/150% Palatino Linotype, Book Antigua, Palatino, serif;
	color:#ffffff;
}

html h1
{
	font:bold 20px/140% "Times New Roman", Times, serif;
	color:#fbc048;
	
}

html h2
{
	font:bold 16px/140% "Times New Roman", Times, serif;
	color:#333333;
	
}

/* Blog */

a.trackbackUrl, 
a.trackbackUrl:link,
a.trackbackUrl:visited,
a.trackbackUrl:hover,
a.trackbackUrl:active
{
	background:#EEEEEE none repeat scroll 0% 0%;
	border:1px solid black;
	color:#333333;
	padding:2px;
	text-decoration:none;
}

a:link,
a:visited
{
	text-decoration: underline; /* fix */
	color:#c90509; 
}

a:active, 
a:hover
{
	text-decoration:none; /* fix */
	color: #c90509;
}

html div.hr
{
	border-bottom-style:solid;
	border-bottom-width:1px; /* fix */
	border-color: #CCCCCC;
	height: 1px;
}