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

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

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

P
{
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 12pt;
	color : rgb(0,51,0);
	line-height : normal;
	font-style : normal;
	text-align : center;
	font-variant: normal;
	margin-left: 5pt;
	margin-right: 5pt;
	font-weight: bold;
}

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

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

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

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

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

A{	color : rgb(255,204,0)
}
A:visited{	color : rgb(255,255,204)
}
A:active{
	color : rgb(255,204,153);
	font-size: 12pt;
	font-family: underline;
	font-weight: bold;
}
