body 
{ 
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	BACKGROUND-COLOR: #A7C5E2;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin: 0px;
    border: 0px;
    padding: 0px;
    color:#000000;
}
.body
{
	position: absolute;
	left: 10px;
	top: 10px;
	width: 90%;
	height: 90%;
}

TABLE
{
        border-width: 0px;
        padding: 0px;
        margin:0px;
        FONT-SIZE: 12px;
}
/*Links*/
A
{
        text-decoration:        none;
        color:        #ffffff;
        font-weight: bold;
}
A:hover
{
        text-decoration: none;
        font-weight: bold;
}