BODY.main	{
		background-color	:	lime;		
		}


Head		{
		font-family		:	Arial, Helvetica ,sans-serif;
		font-weight		:	bold;
		font-size				:	36px;

		margin-top			:	10px;
		margin-left		:	0px;
		margin-bottom		:	-10px;
	
		color			:	gray;

		}

H1		{
		font-family							:	Arial, Helvetica ,sans-serif;
		font-weight							:	bold;
		font-size									:	36px;

		margin-top								:	0px;
		margin-left							:	0px;
		margin-bottom					:	0px;
	
		color													:	black;
		background-image		:	url();
		background-repeat	:	repeat-y;

		}


H2		{
		font-family							:	Arial, Helvetica ,sans-serif;
		font-weight							:	bold;
		font-size									:	30px;

		margin-top								:	0px;
		margin-left							:	0px;
		margin-bottom					:	0px;
	
		color													:	navy;
		background-image		:	url();
		background-repeat	:	repeat-y;

		}

H3		{
		font-family							:	Arial, Helvetica ,sans-serif;
		font-weight							:	bold;
		font-size									:	30px;
	
		margin-top								:	0px;
		margin-left							:	0px;
		margin-bottom					:	0px;

		color													:	silver;
		background-image		:	url();
		background-repeat	:	repeat-y;

		}

H4		{
		font-family		:	Arial, Helvetica ,sans-serif;
		font-weight		:	bold;
		font-size		:	24px;
		
		margin-top		:	0px;
		margin-left		:	0px;
		margin-bottom		:	0px;
	
		color			:	silver;
		background-image	:	url();
		background-repeat	:	repeat-y;

		}

H5		{
		font-family		:	Arial, Helvetica ,sans-serif;
		font-weight		:	bold;
		font-size		:	18px;
	
		margin-top		:	0px;
		margin-left		:	0px;
		margin-bottom		:	0px;

		color			:	navy;
		background-image	:	url();
		background-repeat	:	repeat-y;

		}

H6		{
		font-family		:	Arial, Helvetica ,sans-serif;
		font-weight		:	normal;
		font-size		:	18px;
		
		margin-top		:	0px;
		margin-left		:	0px;
		margin-bottom		:	0px;
	
		color			:	navy;
		}

HR		{
		
		margin-top		:	0px;
		margin-bottom		:	0px;
	
		}

A		{
		font-family		:	Arial, Helvetica ,sans-serif;
		font-weight		:	bold;
		font-size		:	16px;

		margin-top		:	0px;
		margin-left		:	0px;
		margin-bottom		:	0px;
	
		color			:	blue;
		}

P		{
		font-family								:	Arial, Helvetica ,sans-serif;
		font-weight								:	normal;
		font-size										:	16px;
		
		margin-top									:	0px;
		margin-left								:	0px;
		margin-right							:	0px;	
		margin-bottom						:	0px;
	
		color														:	navy;
		}

DL		{
		font-family		:	Arial, Helvetica ,sans-serif;
		font-weight		:	normal;
		font-size		:	12px;
		
		margin-top		:	0px;
		margin-left		:	0px;
		margin-right		:	0px;	
		margin-bottom		:	0px;
	
		color			:	navy;
		}

UL		{
		font-family		:	Arial, Helvetica ,sans-serif;
		font-weight		:	normal;
		font-size		:	12px;
		
		margin-top		:	0px;
		margin-left		:	0px;
		margin-right		:	0px;	
		margin-bottom		:	0px;
	
		color			:	navy;
		}
OL		{
		font-family		:	Arial, Helvetica ,sans-serif;
		font-weight		:	normal;
		font-size		:	12px;
		
		margin-top		:	0px;
		margin-left		:	0px;
		margin-right		:	0px;	
		margin-bottom		:	0px;
	
		color			:	navy;
		}

LI		{
		font-family		:	Arial, Helvetica ,sans-serif;
		font-weight		:	normal;
		font-size		:	12px;
	 	list-style-type		:	square;
	
		color			:	navy;
		}

DT		{
		font-family		:	Arial, Helvetica ,sans-serif;
		font-weight		:	normal;
		font-size		:	12px;	
		color			:	navy;
		}


B		{
		font-family		:	Arial, Helvetica ,sans-serif;
		font-weight		:	bold;
		font-size				:	14px;
		
		margin-top			:	0px;
		margin-left		:	0px;
		margin-right		:	0px;	
		margin-bottom		:	0px;
	
		color			:	navy;
		}

BLOCKQUOTE	{
		font-family		:	Arial, Helvetica ,sans-serif;
		font-weight		:	bold;
		font-size		:	14px;
	
		margin-top						:	0px;
		margin-left					:	0px;
		margin-right				:	0px;	
		margin-bottom			:	0px;
	
		color												:	black;
		}
PRE		{
		font-family						:	Arial, Helvetica ,sans-serif;
		font-weight						:	normal;
		font-size								:	16px;
			
		margin-top							:	0px;
		margin-left						:	0px;
		margin-right					:	0px;	
		margin-bottom				:	0px;
	
		color												:	navy;
		}


