body
    {
    margin: 0;
    padding: 0;
    color: #333333;
    font: 12px Arial, Helvetica, sans-serif;
    background: #ffffff;
    text-align: center;
    }
a
    {
	color: #307082;
	text-decoration: none;
    }
a:hover
    {
	color: #999933;
	text-decoration: underline;
    }