@charset "utf-8";
/* CSS Document */

Body {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	}
H1 {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-bottom:-15px;
	}
H2 {
	color:#990000;
	font-family:"Times New Roman", Times, serif;
	font-style: italic;
	font-size: 19px;
	margin-bottom:-5px;
	}
A {
	color:#990000;
	text-decoration:none;
	}
A:hover {
	text-decoration:underline;
	}
.sport_nav{
	margin-right:5px;
	margin-bottom:30px;
	height:140px;
	width: 50px;
	border: solid #CCCCCC 2px;
	background:#FFFFFF;
	float:left;
}
.pictureback {
	/* The photo that goes in this class must be 231 by 154 pixels! */
	background-image:url(file:///WEBDEV$/styles/style_imgs/picture_back.jpg);
	height:241px;
	width:164px;
	padding-left:5px;
	padding-top:5px;
	float:left;
	margin-right:10px;
}