body
{
	background-image : url(bg.jpg);
	background-repeat : no-repeat;
	position : static;
	background-color : Silver;
	margin : 0 0 2 0;
	scrollbar-arrow-color : Black;
	scrollbar-base-color : #FAEBD7;
	scrollbar-darkshadow-color : Black;
	scrollbar-face-color : #FAEBD7;
	scrollbar-highlight-color : Beige;
	scrollbar-shadow-color : DarkGray;
	scrollbar-track-color : Gray;
	scrollbar-3dlight-color : White;
	background-attachment : fixed;
}

a {
	color : white;
	text-decoration : none;
}

a:hover
{
		color : #5D570B;
		 text-decoration : none;
}

TR.property
{
	cursor : hand;
}

.title
{
	color : #5D570B;
	font-size : x-large;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
}

a.solitlink:hover
{
		color : #BDB76B;
		 text-decoration : none;
}

.deadlink
{
	font-weight : bolder;
	color : #5D570B;
}


.subtitle
{
	color : #5D570B;
	font-size : medium;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
}