

/* 

G L O B A L . C S S 

Site wide settings for the visual aspects of the RaceWerX Sale Items website 
Bruce Barkelew 11/11/2003

*/

/* Basic page properties */
body		{ 
			background-color: #000000; 
			background-image: url('images/backgrounds/black-vinyl-bkgnd.gif'); 
			background-attachment: fixed; 
		 /* background-position: top left;
		    background-repeat: no-repeat; */
			}

/* general text setup */
p			{
 			font-family: arial, veranda, hevetica, Geneva, Swiss, sans-serif;
 			color: #cccccc;
 			font-size: 10pt;
 			font-weight: normal;
 			}

li			{
 			font-family: arial, veranda, hevetica, Geneva, Swiss, sans-serif;
 			color: #cccccc;
 			font-size: 10pt;
 			font-weight: normal;
 			list-style-type: square;
 			}

h1			{
 			font-family: veranda, arial, hevetica, Geneva, Swiss, sans-serif;
 			color: #ffcc00;
 			font-size: 24pt;
 			font-weight: bold;
 			}
 			
h2			{
 			font-family: veranda, arial, hevetica, Geneva, Swiss, sans-serif;
 			color: #ffcc00;
 			font-size: 18pt;
 			font-weight: bold;
 			}
 			
h3			{
 			font-family: veranda, arial, hevetica, Geneva, Swiss, sans-serif;
 			color: #ffcc00;
 			font-size: 14pt;
 			font-weight: bold;
 			}

h4			{
 			font-family: veranda, arial, hevetica, Geneva, Swiss, sans-serif;
 			color: #ffcc00;
 			font-size: 12pt;
 			font-weight: bold; 	
 			}

h5			{
 			font-family: veranda, arial, hevetica, Geneva, Swiss, sans-serif;
 			color: #ffcc00;
 			font-size: 10pt;
 			font-weight: bold;
 			}

h6			{
 			font-family: veranda, arial, hevetica, Geneva, Swiss, sans-serif;
 			color: #ffcc00;
 			font-size: 8pt;
 			font-weight: bold;
 			}


/* link setup */ 			
a:link 		{ 
 			color: #ffffff; 
 			font-weight: normal;
 			/* 
 			text-decoration: none ; 
 			*/
 			}
 			
a:visited 	{ 
 			color: #66ccff; 
 			font-weight: normal; 
 			/*
 			text-decoration: none ;
 			*/
 			}
 
a:active	{ 
 			color: #6600ff; 
 			font-weight: normal; 
 			/*
 			text-decoration: none ;
 			*/
 			}

a:hover 	{ 
 			color: #FF0000; 
 			font-weight: normal; 
 			/*
 			text-decoration:none ;
 			*/
 			}



