body {
background-color: #FFFFFF;
text-align: center;
margin-top: 50px;
}

#wrapper {
text-align: left;
width: 768px;
margin: 0 auto;
}



/* Header Styles */

.logo {
font-size: 25px;
font-family: Arial, Verdana, Times;
font-weight: bold;
color: #CC3333;
text-align: right;
}


/* Main Styles */

.large {
font-size: 25px;
font-family: Arial, Verdana, Times;
font-weight: bold;
text-transform: uppercase;
color: #336699;
text-align: center;
padding: 40px 0px 40px 0px;
}

p {
font-size: 17px;
font-family: Arial, Verdana, Times;
color: #336699;
text-align: center;
}

/* Footer Styles */

.copyright {
background-color: #999999;
font-size: 10px;
font-family: Arial, Verdana, Times;
font-weight: bold;
color: #FFFFFF;
text-align: left;
padding: 10px 10px 10px 15px;
}

.copyright a:link {
color: #FFFFFF;
text-decoration: none;
}

.copyright a:visited {
color: #FFFFFF;
text-decoration: none;
}

.copyright a:hover {
color: #545454;
text-decoration: none;
}

.strong {
font-weight: bold;
}