/* Main Style Sheet for www.trackii.org [basic.css] */

/* Main Body & Type Selector Declarations */

body {
	color: black;
	background-color: #999;
	font-family:  Georgia, Palatino, Trebuchet MS, serif;
	}

/* Be Kind to Netscape 4 */
		
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6, dl, dt, dd {
	color: black;
	font-family:  Georgia, Palatino, Trebuchet MS, serif;
	}	
	
