@charset "utf-8";
BODY
{
	font-family : Verdana;
	font-size : medium;
	font-weight : normal;
	font-style : normal;
	background-color : rgb(255,255,204);
	background-image : url( "/dryadstudios.com/assets/images/wdtilebrown.jpg" );
	background-position : 100% 100%;
	color: #660000;
}

H1
{
	color : #660000
}

H2
{
	color : rgb(153,51,51)
}

P
{
	font-family : Verdana,Geneva,sans-serif;
	font-size : 12px;
	color : rgb(153,51,51);
	line-height : 1.4em;
	font-weight : bold;
	font-style : normal;
	text-align : center;
	border: none;
}
H3
{
	color : rgb(153,51,51);
	font-weight: bold;
}

H4
{
	color : rgb(153,51,51)
}

H5
{
	color : rgb(153,51,51)
}

H6
{
	color : rgb(153,51,51)
}

A:hover
{
	color : #99CC00;
	font-weight : bold
}

A{	color : rgb(255,204,0)
}
A:visited{	color : rgb(255,255,204)
}
A:active{
	color : rgb(204,204,51);
	font: underline;
	border: none;
}
