/*
-----------------------------------------------
DrewKnapp.com style
Author: Scott Raposa - ScottRaposa.com 
Version 1.0 - March 20 2006
----------------------------------------------- */

a:link 
{
	text-decoration: none; 
	color: #bbbbbb;
}
a:visited 
{
	text-decoration: none; 
	color: #bbbbbb;
}
a:active
{
	text-decoration: none;
	color: #bbbbbb;
}
a:hover 
{
	text-decoration: none;
	font-weight: bold;
	color: #eeeeee;
}

a.newsheet:link 
{
	text-decoration: none; 
	color: #bbbbbb;
}
a.newsheet:visited 
{
	text-decoration: none; 
	color: #bbbbbb;
}
a.newsheet:active
{
	text-decoration: none;
	color: #bbbbbb;
}
a.newsheet:hover 
{
	text-decoration: none;
	font-weight: bold;
	color: #eeeeee;
}

a.thissheet:link 
{
	border-bottom: thin dotted white;
	color: white;
}
a.thissheet:visited 
{
	border-bottom: thin dotted white;
	color: white;
}
a.thissheet:active
{
	border-bottom: thin dotted white;
	color: white;
}
a.thissheet:hover 
{
	border-bottom: thin dotted white;
	color: white;
}

body 
{
	font-family: arial, helvetica, sans-serif;
    color: white;
}