
body, table        {
        background-color: #6699ff;
        margin: 0px 0px 0px 0px;
        font-family: tahoma;
        font-size: 10pt;
        font-weight: bold;
        color: white;
        }
A:link, A:visited
        {
        font-family: tahoma;
        font-size: 10pt;
        font-weight: bold;
        text-decoration: none;
        color: yellow;
        }
A:hover, A:active
        {
        font-family: tahoma;
        font-size: 10pt;
        font-weight: bold;
        color: white;
        }
UL
	{
	margin: 14px 14px 14px 14px;
	padding: 5px 5px 5px 5px;
	}