﻿h1,h2,h3,h4
{
font-family: arial, 'sans serif';
color:white;
text-align:center
}

h1
{
font-size: 15pt
}

h2
{
font-size: 12pt
}

h3
{
font-weight: bold;
font-size: 12pt;
}


h4
{
font-weight: normal;
font-size: 10pt;
}

hr
{
color:red
}

p,table,li
{
font-family: arial, 'sans serif'; 
margin-left: auto;
font-size: 10pt;
text-align:center
}

p.bios
{
font-family: arial, 'sans serif'; 
font-size: 10pt;
text-align:left
}

table
{
background-color: #3C2D7E;
font-size: 10pt
}

td
{
font-family: arial, 'sans serif';
margin-center: auto;
}

ul
{
list-style: disc; 
}

p,li,th,td
{
font-family: arial, 'sans serif'; 
color:white
}

body
{
background-color: #000000;
}

a:link {COLOR: red;}
a:visited {color:#9966FF;}
a:active  {COLOR:#9900CC;}
a:hover   {color:#FF0000}