/*
File: fastpitch.css - main style sheet for BGGFastpitch.org
Created by: Dylan Shrout in assosiation with Wide Eyed E-Media
*/

body {   
background-image: url(../images/background.jpg);  
background-position: 0px;  
background-repeat: repeat-y;  
background-attachment: fixed;  
margin-bottom: 0;  
margin-left: 0;  
margin-right: 0;  
margin-top: 0;       
}

td {
FONT-SIZE: 11px; 
COLOR: #333333; 
FONT-FAMILY: Arial, Helvetica, Geneva, sans-serif; 
TEXT-DECORATION: none  
}

.title {
	COLOR: #01673F;
	font-weight: bold;
 }

A:link {
	COLOR: #01673F; TEXT-DECORATION: none
}

A:visited {
	COLOR: #01673F; TEXT-DECORATION: none
}

A:active {
	COLOR: #01673F; TEXT-DECORATION: underline
}

A:hover {
	COLOR: #01673F; TEXT-DECORATION: underline
}

.mainborder { 
border: 1px solid Black;
 border-bottom: 0px;
 border-left: 0px;
 border-top: 0px;
 border-right-width: 1px;
 }
 
 .f_cell {
 	background-color: #ECECEC;
	border: 1px dashed black;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
 }

