body {
	background-image: url(../images/bowling_bg_home.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	background-attachment:fixed;
}

ul li{

list-style-image: url(../images/arrow.gif);
text-decoration:none;
}

h1 {
font-family:"Times New Roman", Times, serif;
color:#333399;
}

h2 {
color:#CC0000;
}

h3 {
color:#CC0000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
}


#rednav{
color:#CC0033;
text-decoration:none;
}

#rednav a:link {
color:#CC0033;
text-decoration:none;
}

#rednav a:visited {
color:#CC0033;
text-decoration:none;
}

#rednav a:hover {
color:#333399;
text-decoration:underline;
}


#navigation{
color:white;
font-weight:bold;
font-size:18px;
}

#navigation a:link {
color:white;
font-weight:bold;
font-size:18px;
text-decoration:none;

}



#navigation a:active {
color:white;
font-weight:bold;
font-size:18px;
text-decoration:underline;
}

#navigation a:visited {
color:white;
font-weight:bold;
font-size:18px;
text-decoration:none;
}
#navigation a:hover {
color:#000099;
font-weight:bold;
font-size:18px;
text-decoration:none;
}