/* 	www.netbone.org  -style 1-
	02-2004 grey/white/red */
	
	/*-----------------------*
	 >> ^^site properties^^ <<
	 *-----------------------*/
	 
BODY {
	background : #777777;
	background-image : none;
    scrollbar-3dlight-color : none;
    scrollbar-arrow-color : #990000;
    scrollbar-base-color : #777777;
    scrollbar-darkshadow-color : none;
	scrollbar-face-color : #777777;
    scrollbar-highlight-color : #FFFFFF;
    scrollbar-shadow-color : none;
    scrollbar-track-color : #777777;	
}

	/*------------*
	 >> ^^text^^ <<
	 *------------*/

P {
	color : #FFFFFF;
	font-family : "Trebuchet MS";
	font-size : 12;
}

SMALL {
	color : #FFFFFF;
	font-family : "Trebuchet MS";
	font-size : 9;	
}

UL {
	color : #FFFFFF;
	font-family : "Trebuchet MS";
	font-size : 12;
}

H1 {
	color : #FFFFFF;
	font-family : "Trebuchet MS";
	font-size : 16;
	border-bottom-color : #990000;
	border-bottom-style : solid;
	border-bottom-width : thin; 
}

H2 {
	color : #990000;
	font-family : "Trebuchet MS";
	font-size : 16;
	border-bottom-color : #990000;
	border-bottom-style : solid;
	border-bottom-width : thin; 
}

H6 {
	color : #990000;
	font-family : "Trebuchet MS";
	font-size : 9;
	font-weight : lighter;	
}

	/*-------------*
	 >> ^^table^^ <<
	 *-------------*/
	 
	/*-------------*
	 >> ^^links^^ <<
	 *-------------*/
	 
A {
	font-family : "Trebuchet MS";
	font-size : 12;
	color : #990000;		
}

