@charset "utf-8";

/*  font style
----------------------------------------------- */

body, p, table, td
{
	color:#666666;
	float: none;
	clear: left;
	height: auto;
	width: auto;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 130%;
	font-variant: normal;
}

h1
{
	font:bold 16px/120% "Georgia", Times New Roman, Times, serif;
	color:#FF3D27;
	font-size: 20px;
	
}

h2
{
	font:bold 14px/110% "Georgia", Times New Roman, Times, serif;
	color:#666666;
	
}

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

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

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

