a.Link
{
    text-decoration: underline;
}
a.Link:link 
{
    color: black;
}
a.Link:visited 
{
    color: black;
}
a.Link:active 
{
    color: black;
}
a.Link:focus 
{
    color: black;
}
a.Link:hover 
{
    color: #ff9900;
}
body 
{
    color: black;
    background-color: white;
    font-family: arial;
    font-size: medium;
	font-weight: bold;
}
div.center
{
    text-align: center;
    margin-top: 50px;
}

