body{
     background-image: url('images/bluesand.jpg');
     background-repeat: repeat-x;
     background-color: #F2DBCB;
     font-family : "Arial", "Book Antiqua", "Monotype Corsiva", "Mangal", "Myriad Web", "Myriad Web Pro", "Palatino Linotype", "Verdana";}

marquee{font-family : "Monotype Corsiva", "Book Antiqua", "Mangal", "Myriad Web", "Myriad Web Pro", "Palatino Linotype", "Verdana";}



h1{font-family : "Book Antiqua", "Arial","MS Serif", "New York", serif;
   text-align: center;}

h2{	
    position: relative;
    
    align: center;
    text-align: center;
    font-family : "Book Antiqua", "Arial","MS Serif", "New York", serif;
    letter-spacing: 0px;
    color: #330065;
    padding: 2px;
    border-bottom: 0px solid black;
    width:500px;
}

.h2{	
    position: relative;
    background-color: #330065;
    align: center;
    text-align: center;
    font-family : "Book Antiqua", "Arial","MS Serif", "New York", serif;
    letter-spacing: 0px;
    color: #FFFF00;
    padding: 2px;
    border-bottom: 0px solid black;
    width:500px;
}

h3{	
    position: relative;
    
    align: center;
    text-align: center;
    font-family : "Book Antiqua", "Arial","MS Serif", "New York", serif;
    letter-spacing: 0px;
    color: #330065;
    padding: 2px;
    border-bottom: 0px solid black;
    width:500px;
}


ul { list-style-image: url("images/wing.gif")}

/* start of rollover button code */
a.button {
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px 8px;
	border-top: 0px solid white;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
	text-align: center;
	min-width: 75px;
	text-transform: uppercase;
	margin:-5;
}

a.button:link{
	background: #330065;
	color: #FFFF00;
	text-decoration: none;
	letter-spacing: 1px;
}

a.button:visited{
	background: #330065;
	color: #D8D8D8;
	text-decoration: none;
	letter-spacing: 1px;
}

a.button:hover{
	background: #330065;
	color: #FF9900;
	text-decoration: none;
	letter-spacing: 1px;
}

a.button:active { 
	background-color: #330065; 
	color: #D8D8D8; 
	text-decoration: none;
	}
/* end of rollover button code */
