/*****************************************************
 *	http://www.networksplus.net/n0nb/css/default.css
 *
 *	Styles for Nate's potorcycle pages
 *	Created 01 June 2004 by Nate Bargmann
 */

/*****************************************************
 *	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);
	}
	
IMG			{
	border-style:		none;
	}
	
/*****************************************************
 *	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;
	}
	