
/*
 *  
 * thrive | archive
 * 
 * master style sheet
 * 
 * rev 20060320
 *
 */


body
{	
  color: #333;
  width: 100%;
  height: 100%;
  background-color: #ccc;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

table.frm
{	
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
a:link,
a:visited
{
	color: #333;
	text-decoration: none;
}


a:hover,
a:active
{
	color:#333;
	text-decoration: none;
	margin-bottom: 1px;
	border-bottom: 1px dotted #333;
}

.nav
{
	font: .5em/1.5em "Lucida Grande", LucidaGrande, Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	padding-right:42px;
}

a.nav:link,
a.nav:visited
{
	color:#333;
	text-decoration: none;
}
a.nav:hover,
a.nav:active
{
	color:#000;
	text-decoration: none;
	margin-bottom: 1px;
	border-bottom: 1px dotted #000;
	
}
