/*****************************************************
 *	http://www.qsl.net/n0nb/css/default.css
 *
 *	Styles for N0NB's Ham Radio & Linux Pages
 *	Created 11 January 2000 by Nate Bargmann N0NB
 */

/*****************************************************
 *	Inline elements
 */

A:link			{
	color:			blue;
	}
		
A:visited		{
	color:			rgb(102,102,153);
	}
	
A:active		{
	color:			red;
	}

A.int:hover		{

	color:			rgb(0,153,0);
	}

A.int:visited		{
	color:			rgb(51,153,102);
	}
	
A.sec:hover		{
	color:			rgb(255,102,0);
	}

A.sec:visited		{
	color:			rgb(204,51,0);
	}
	

/*****************************************************
 *	Block elements
 */

H1 			{
	text-align: 		center;
	}
	
DIV.doc			{
	margin:			0% 2.5%;
	}

P.indent		{
	margin-left:		5%;
	}

DIV.indent		{
	margin-left:		5%;
	}

DIV.center		{
	text-align:		center;
	}
	