/*
 * STYLESPORTS.CSS
 *
 * (c) Dave Hoffmann
 *
*/

/* 
 * ==========================================================
 *         S T A N D A R D   H T M L   I T E M S 
 * ==========================================================
 */

body {
	background: #cc6600 url(images/bg.png) repeat-x;
    color: #333;	
	}
	

	
/************************************************
 *	Hyperlinks				
 ************************************************/

/* Regular links */

a:link     { color: #bc5600; text-decoration : none;  border-bottom: 1px dotted #bc5600;     }
a:visited  { color: #bc5600; text-decoration : none;  border-bottom: 1px dotted #bc5600;     }
a:hover    { color: #900;    text-decoration : none;  border-bottom: 1px dotted #900;        }
a:active   { color: #999;    text-decoration : none;      }

#content h1 {
    color: #bc5600;
}
	
#content h2 {
	color: #bc5600;
	letter-spacing: 1px;
	}

