/* style,space */

body
{
color: white;
background-color: #6495ED;
font-family: verdana,arial;
font-size: 11pt;
}

table,tr,td
{
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
color: white;
font-family: verdana,arial;
font-size: 11pt;
}

/* links in body */

a:link
{
color:white;
text-decoration:underline;
font-family:verdana;
font-size:11pt;
}

a:visited
{
color:white;
text-decoration:underline;
font-family:verdana;
font-size:11pt;
}

a:active
{
color:white;
text-decoration:underline;
font-family:verdana;
font-size: 11pt;
}

a:hover
{
color:#6495ED;
background-color:white;
text-decoration:none;
font-family:verdana;
font-size:11pt;
}