h1,h2,h3,p,table,li
{
    font-family: verdana, arial, 'sans serif'; 
    font-size: small;
}

ul
{
    list-style: disc; 
}

ol
{
    list-style: decimal; 
}

body
{
    background-color: #ffffff;
    font-family: verdana, arial, 'sans serif'; 
    font-size: small;
    color:black; 
}

h1,h2,h3,hr 
{
    color:black; 
}

p.highlight
{
    font-size: large;
    color: Red;
}

td.infobox
{
    background-color: #eeeeee;
}

.tiptext
{
    font-size: smaller;
}

a:link    {color:mediumblue}
a:visited {color:mediumblue}
a:active  {color:mediumblue}
a:hover   {color:mediumblue}

.hiddendata
{
    display: none;
}
