/* LINKS */

a:link
{
 text-decoration: none;
 color: #cc0033;
}

a:visited
{
 text-decoration: none; 
 color: #cc0033;
}

a:active
{
 text-decoration: none; 
 color: #cc0033;
}

a:hover
{
 text-decoration: none;
 color: #ff3399;
}





/* MENU LINKS */

a.menu:link
{
 text-decoration: none;
 color: #cc0033;
 font-family: Century Gothic;
}

a.menu:visited
{
 text-decoration: none; 
 color: #cc0033;
 font-family: Century Gothic;
}

a.menu:active
{
 text-decoration: none; 
 color: #cc0033;
 font-family: Century Gothic;
}

a.menu:hover
{
 text-decoration: none;
 color: #ffffff;
 letter-spacing: 5px;
 font-family: Century Gothic;
}





/* HEADERS */

h1
{
 height: 25px;
 width: 570px;
 text-align: center;
 font-size: 13pt;
 background-color: #ff9999;
 color: #ffffff;
 font-family: Century Gothic;
 font-weight: normal;
}

h2
{
 font-size: 13pt;
 font-weight: bold;
 font-family: Century Gothic;
 color: #cc0033;
 margin-bottom: 4px;
}

#footer
{
 font-size: 12pt;
 background-color: #dd7777;
 color: #ffffff;
}

#footer:hover
{
 background-color: #ffffff;
 color: #dd7777;
}


/* TEXT THINGS */


body
{
 font-size: 11pt;
 color: #000000;
 font-family: Arial;
}

p
{
 font-family: Arial;
 color: #000000;
 font-size: 11pt;
 padding: 0px;
 margin: 4px;
}

a img
{
 border: none;
}

img
{
 border: none;
}


/* TABLES */

td
{
 font-family: Arial;
 color: #000000;
 font-size: 11pt;
 padding-left: 5px;
 padding-right: 5px;
 padding-bottom: 40px;
 text-align: center;
 vertical-align: bottom;
 width: 200px;
}
