body {
font-size : 9pt;
font-family : arial;
background-color : #CFD0FF;
color : black;
}

a:link {
font-size : 8pt;
font-family : arial;
color : black;
text-decoration : underline
}

a:hover {
font-size : 8pt;
font-family : arial;
color : black;
background-color : yellow;
text-decoration : overline underline
}

a:active {
font-size : 8pt;
font-family : arial;
color : gray;
text-decoration : overline underline
} 

a:visited {
font-size : 8pt;
font-family : arial;
color : black;
text-decoration : overline underline
}

table {
background-color : #9194FF
}

td {
font-size : 9pt;
font-family : arial;
vertical-align : top;
color : black;
background-color : white
}

hr{
width : 50%
}