p, li, h2, h3
{
 font-family: arial, 'sans serif';
 font-weight: medium;
}

a, h1
{
 font-family: arial, 'sans serif';
 font-weight: bold;
 color: #ffffff;
}

p, h1, h2, h3, li, hr
{
 margin: 20px;
}

h1, h2 ,h3, hr
{
 color: #c31230;
}

p, li, th, td
{
 font-size: 100%;
}

body
{
 background: #ffffcc;
 margin-top: 0px;
 margin-left: 0px;
 margin-bottom: 0px;
 margin-right: 0px;
}

a
{
 font-family: arial, 'sans serif';
 font-weight: bold;
}

a.dark
{
 color: black;
}

a:link {color: White;}
a:visited {color: White;}
a:active {color: Orange;}
a:hover {color: Yellow;}

a.dark:link {color: Black;}
a.dark:visited {color: Black;}
a.dark:active {color: Blue;}
a.dark:hover {color: Red;}

a.content:link {color: seashell;}
a.content:visited {COLOR: seashell;}
a.content:active {COLOR: seashell;}
a.content:hover {COLOR: papayawhip;}

