@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( "assets/images/wdtilebrown.jpg" );
	background-position : 100% 100%;
	color: #000;
	font-variant: normal;
}

H1
{
	color : #660000
}

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

P
{
	font-family : Verdana,Geneva,sans-serif;
	font-size : 12px;
	color : #600;
	font-weight : bold;
	font-style : normal;
	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 : #FC0;
	border: none;
	position: center;
	page-break-after: always;
	font-size: medium;
	font-family: Verdana, Geneva, sans-serif;
}

