@charset "iso-8859-1";
/* Style sheet for the Hoax_Slayer Website
Copyright (c) Brett M. Christensen, 2003 */

body
{
color: black;
background-color:white;
font-family  : Arial, Helvetica, sans-serif;

}

h1.title
{
text-align   : right;
color        : green;
font-family  : Arial, Helvetica, sans-serif;
font-size    : 22pt;
}


ul.tabletext
{
color      : black;
font-size  : 12pt;
text-align : left;
list-style-image: url("images/ul.gif");
}



div.rightcol
{
position:absolute; top: 255px; left: 1%; 
background-color:white;
width: 96%;
/*height: 2000px;*/
padding: 10px;
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  : 9pt;
font-weight : bold;
}



a.topmenu:link
{
color      : blue;
text-decoration: none;
font-size  : 12pt;
font-family  : Arial, Helvetica, sans-serif;
font-weight : bold;
}

a.topmenu:visited
{
color      :blue;
text-decoration: none;
font-size  : 12pt;
font-family  : Arial, Helvetica, sans-serif;
font-weight : bold;
}

a.topmenu:hover
{
color      :red;
text-decoration: none;
font-size  : 12pt;
font-family  : Arial, Helvetica, sans-serif;
font-weight : bold;

}



