@charset "utf-8";

body .diyw {}

html body .diyw, html .diyw p, html .diyw table, html .diyw td
{
	font:normal 12px/130% Helvetica, "Helvetica Neue", "Trebuchet MS", sans-serif;
	color:#999999;
}

html .diyw h1
{
	font:normal 25px/140% "Times New Roman", Times, serif;
	color:#cccccc;
	
}

html .diyw h2
{
	font:normal 18px/140% "Times New Roman", Times, serif;
	color:#999999;
	
}

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

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

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

.diyw .altcolor,
.diyw .altcolor p, .diyw .diywebCustomColor p { color:#000000;}

.diyw .altcolor h1, .diyw .diywebCustomColor h1 {color:#000000; }
.diyw .altcolor h2, .diyw .diywebCustomColor h2 {color:#000000; }

.diyw .altcolor a:link, .diyw .diywebCustomColor a:link,
.diyw .altcolor a:visited, .diyw .diywebCustomColor a:visited { color:#000000; }

.diyw .altcolor a:active, .diyw .diywebCustomColor a:active,  
.diyw .altcolor a:hover, .diyw .diywebCustomColor a:hover { color:#000000; }

.diyw .altcolor div.hr, .diyw .diywebCustomColor div.hr {border-color: #000000;}
