body {
	font-size: 12px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #07024D;
	color: #C9C5FE;
	text-align: center;
	margin: 0;
	padding: 0;
	}

table	{
		font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
        font-size: 12px;
        color: #C9C5FE;
		}

h1, h2, h3, h4, h5 {
	text-decoration: none;
    color: #FCBF4E;
	}

a, a:visited {
	color: #4DEBFD;
    text-decoration: none;
	}

a:hover {
    color: #8EFE4B;
    text-decoration: underline;
	}