/* This is the SPAACSE style sheet.  */
/* http://www.stars4space.org/       */
/* Copyright 2000 - ramjetfdo web designs */
/* Author - Roger Balettie                */
/* Email  - RamjetFDO@aol.com             */

BODY
	{ 
		font-family: arial, helvetica, sans-serif;
		font-size: 12px;
	}

A:LINK, A:VISITED, A:ACTIVE 
	{ 
		color: blue;
		text-decoration: none;
		font-weight: bold;
	}

A:HOVER 
	{ 
		color: red; 
		text-decoration: underline overline;
		font-weight: bold;
	}

A.star:LINK 
	{ 
		color: lime ; 
		font: normal;
	}

A.star:VISITED 
	{ 
		color: yellow ; 
		font: normal;
	}

A.star:HOVER 
	{
		color: white ; 
		font: normal;
	}
	
H1, H2, H3
	{
		font-family: verdana, arial, helvetica, sans-serif;
	}
	
DT { font:bold; padding-left:10 }
P { padding-left:10 }
