/* CSS Document */
body
	{
	background-color: #BBBBCC;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	border: 0px;
	position: relative;
    }
table
    {
    font-family: arial, verdana, sans-serif;
    font-size: 12px;
    font-weight: none;
    }
a:hover
    {
	background: #8888FF;
    }