@charset "utf-8";
/* CSS Document */

body
{
text-align: center;
}

div#container
{
margin-left: auto;
margin-right: auto;
margin-top: 15em;
}

p {
color: #76879b;
margin: 5px;
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
text-decoration:none;
}

a:link {
color: #76879b; text-decoration:none;
font-size:10px;
}
a:visited {color: #76879b; text-decoration:none;}
a:hover {color: #76879b; text-decoration:none;}
a:active {color: #76879b; text-decoration:none;}