@charset "utf-8";

body .diyw {}

html body .diyw, html .diyw p, html .diyw table, html .diyw td
{
	font:normal 11px/140% Verdana, Geneva, sans-serif;
	color:#ffffff;
}

html .diyw h1
{
	font:bold 25px/140% "Palatino Linotype", Palatino, "Book Antiqua", serif;
	color:#fb579b;
	text-align:center;
}

html .diyw h2
{
	font:normal 25px/140% "Times New Roman", Times, serif;
	color:#f10699;
	text-align:center;
}

/* Blog */

.diyw a.trackbackUrl, 
.diyw a.trackbackUrl:link,
.diyw a.trackbackUrl:visited,
.diyw a.trackbackUrl:hover,
.diyw a.trackbackUrl:active
{
	background:#EEEEEE none repeat scroll 0% 0%;
	border:1px solid black;
	color:#333333;
	padding:2px;
	text-decoration:none;
}

.diyw a:link,
.diyw a:visited
{
	text-decoration: underline; /* fix */
	color:#df0084; 
}

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

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