body
{ 
	scrollbar-3dlight-color:   #a49d97;
	scrollbar-arrow-color:     #a49d97;
	scrollbar-track-color:     #295e6d;
	scrollbar-base-color:      #295e6d;
	scrollbar-darkshadow-color:#383838;
	scrollbar-face-color:      #295e6d;
	scrollbar-highlight-color: #a49d97;
	scrollbar-shadow-color:    #5D554D;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #295e6d;
	overflow: auto;
}
A:link                
{
	text-decoration:underline;
	font-weight: bold;
	cursor:         hand;
	color:          #ffffff;
}

A:visited
{
	text-decoration:underline;
	font-weight: bold;
	cursor:         hand;
	color:          #ffffff;
}

A:active
{
	text-decoration:underline;
	font-weight: bold;
	cursor:         hand;
	color:          #ffffff;
}

A:hover
{
	text-decoration:none;
	font-weight: bold;
	cursor:         hand;
	color:          #ffffff;
}