@charset "iso-8859-1";
/* Image Style sheet for the Hoax_Slayer Website
Copyright (c) Brett M. Christensen, 2003 */

body
{
color: black;
background-color: white;
}

h1.title
{
text-align   : center;
color        : red;
font-family  : Bangle, Arial, Helvetica, sans-serif;
font-size    : 18pt;
}

div.navbanner
{
position:absolute; top:0px; left:0px; 
width: 100%;
height: 100px;
/*padding: 10px;*/
background-color: black;
border-bottom: solid;
border-right: solid;
border-color: yellow;
color: black;
text-align: justify;
font-size  : 12pt;
font-weight : bold;
}

div.rightcol
{
position:absolute; top: 110px; left: 0px; 
width: 100%;
/*height: 2000px;*/
padding: 5px;
margin-bottom: 40px;
color: black;
text-align: left;
font-size  : 12pt;
font-family  : Arial, Helvetica, sans-serif;
}


div.footer
{
color: black;
text-align: center;
font-size  : 12pt;
}

a.nav:link
{
color      : yellow;
text-decoration: underline;
font-size  : 10pt;
}

a.nav:visited
{
color      : #ffffcc;
text-decoration: underline;
font-size  : 10pt;
}

a.nav:hover
{
background: #cc0000;
color: white;
font-size  : 10pt;
border:  outset white; 
border-width: 4px;
padding: 2%;
margin-right: 0.65%;
margin-left:  0.65%;
}

a.norm:link
{
color      : blue;
text-decoration: underline;
}

a.norm:visited
{
color      : #9900cc;
text-decoration: underline;
}

a.norm:hover
{
background: #cc0000;
color: white;
}







