@charset "utf-8";


a:link {color: #000000; text-decoration: none;}
a:visited {text-decoration: none; color: #000000;}
a:hover {text-decoration: underline overline; color: green;}
a:active {text-decoration: none; color: #000000;}


body 
{
text-align:center;
background-image:url("images/blue.jpg");
background-repeat:repeat-x;
}

#wrapper {
        margin: 0 auto;
        width: 900px;
        text-align:left;

}

#white {
	background-color: #FFFFFF;
}


.style2 {
	font-size: 32px;
	color: #FF6600;
}
.style3 {font-family: "bell mt"}

.style4 {
    font-size: 18px;
	color: #FF6600;
	font-style: italic;
	font-weight: bold;
}

.style5 {
    font-size: 20px;
	color: #FF6600;
	font-style: italic;
	font-weight: bold;
}

.style6 {
	font-size: 18px;
	font-weight: bold;
}

.style7 {
	font-size: 24px;
	color: #0033FF;
	font-weight: bold;
}

P {text-indent: 30pt;}


