/* CSS Document */
body
{
margin: 0;
background-color: #010080;
}
#wrapper
{
margin: 0 10% 0 10%;
width: 750px;
background-color: #fff;
}

#home a:link, #home a:visited
{
font-family: Helvetica, Arial, sans-serif;
font-size: 24px;
color: #fff;
text-decoration: none;
}
#home a:hover, #home a:active
{
text-decoration: underline;
color: #FEF200;
}
#content
{
padding: 20px;
font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
}
#content a:link, #content a:visited
{
color: #010080;
font-weight: bold;
text-decoration: none;

}
#content a:hover, #content a:active
{
color: #FEF200;
background-color: #010080;

text-decoration: none;
}
.copyright
{
font-size: 10px;
}
#footer
{
display: none;
}
.whitetext
{
color: #fff;
font-family: Helvetica, Arial, sans-serif;
}
.applbutton
{
margin-left: auto;
margin-right: auto;
width: 200px;
height: 20px;
text-align: center;
font-size: 16px;
background-color: #FFFF00;
border: 1px solid blue;
}
