/* CSS Document */
	
	h1           { font-family: Bradley Hand ITC; color: #087686; font-size: 18pt }
	h2           { font-family: Bradley Hand ITC; color: #FFFFFF; font-size: 14pt }
	
	BODY 
	{ 
	background: url('images/backgrounds/background1.jpg'); 
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: Microsoft Sans Serif, Verdana, Arial, Helvetica, sans-serif;
	  }
	  
    a:active     { color: #FFFFFF; text-decoration:none }
    a:link       { color: #FFFFFF; text-decoration:none }
	a:visited    { color: #FFFFFF; text-decoration:none }
	a:hover      { color: #FF0000; text-decoration:none }
