/*The first part sets the font style, color and size of your text, as well as the background image of the page. */ 

body { 
background-image:url(http://www.fastpitch-softball-coaching.com/images/back-image-fpsc.gif); 
background-attachment:fixed; 
background-repeat:repeat-y; 
background-position:top center; 
font-family: Verdana, Arial, sans-serif; 
font-size: 93%; 
color: #000; 
margin:auto; 
padding:0; 
text-align:left; 
} 

/*this changes the headings, you can alter the size font type, and the color of these */ 

h1 { font-family: Verdana, Arial, sans-serif; font-size: 200%; color: #000} 
h2 { font-family: Verdana, Arial, sans-serif; font-size: 140% color: #000} 
h3 { font-family: Verdana, Arial, sans-serif; font-size: 110%; color: #000} 

/*This affects how your links look. At the moment, they show as blue, and underlined. They change 
to white text with a blue background color when the pointer passes over them */ 

a { font-family: Verdana, Arial, sans-serif; 
font-size: 100%; color: #000099; text-decoration: underline; 
} 

a:hover { font-family: Verdana, Arial, sans-serif; 
font-size: 100%; 
background-color: #000066; 
color: #fff; 
} 

div.belownav{ 
position: absolute; 
top: 2100px; 
margin-left: -172px; 
width: 120px; 
z-index: 789; 
} 


/body 
