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


a:link{
	color : #FF0000;
	text-decoration : bold;
}

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

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

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


body{
	background-color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : small;				 
	color : #FFFFFF;
	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;