@charset "utf-8";

body {}

html body, html p, html table, html td
{
	font:normal 12px/150% Arial, Helvetica, sans-serif;
	color:#000000;
}

html h1
{
	font:bold 20px/140% Comic Sans MS, cursive;
	color:#fb6e05;
	
}

html h2
{
	font:bold 15px/140% Comic Sans MS, cursive;
	color:#fb6e05;
	
}

/* 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:#fb6e05; 
}

a:active, 
a:hover
{
	text-decoration:none; /* fix */
	color: #fb6e05;
}

html div.hr
{
	border-bottom-style:solid;
	border-bottom-width:1px; /* fix */
	border-color: #CCCCCC;
	height: 1px;
}
