/* CSS Document */

h2
{
color: blue;
top: 4px
}
h4
{
color: #FF0000;
}
h3
{
color: white; 
}
p
{
color: white;
}
i
{
color: white
}
a:link
{
color: white;
}
a:hover
{
color: red;
}
a:active
{
color: white
}
a:visited
{
color: white;
}
td
{
font-size: 12 pt;
color: white;
vertical-align: top;
}
img
{
border: 0;
}
p
{
color: white;
font-family: Arial;
}
li
{
list-style-type:disc;
color:#FFFFFF;
font-family: arial;

}
th
{
font-variant: small-caps; 
font-family: arial;
color: #FFFFFF;
}

