@charset "iso-8859-1";
 /* theme
 * thematchstylesheet.css
 *
 */


a:link{
	color : #B09B7E;
	text-decoration : none;
}

a:visited{
	color : #B18F47;
	text-decoration : none;
}

a:hover{
	color : #C3D194;
	text-decoration : underline;
}

a:active{
	color : #ff0000;
	text-decoration : underline;
}


body{
	background-color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : xx-small;				 
	color : #A27B3E;
	scrollbar-3dlight-color : #B18F47;
	scrollbar-arrow-color : #B18F47;
	scrollbar-base-color : #523926;
	scrollbar-darkshadow-color : #000000;
	scrollbar-face-color : #523926;
	scrollbar-highlight-color : #B18F47;
	scrollbar-shadow-color : #523926;
	scrollbar-track-color : #674227;
}

blink;