BODY.index	{
		background-color	:	navy;
		}

.main		{
		font-family		:	Arial, Helvetica ,sans-serif;
		
		color			:	white;
		}

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		:	16px;

		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		:	16px;

		margin-top		:	0px;
		margin-left		:	0px;
		margin-bottom		:	0px;
	
		color			:	black;
		background-image	:	url();
		background-repeat	:	repeat-y;

		}

HR		{
		
		margin-top		:	0px;
		margin-bottom		:	0px;
	
		}

BR		{
		
		margin-top		:	0px;
		margin-bottom		:	0px;
	
		}

A		{
		font-family		:	Arial, Helvetica ,sans-serif;
		font-weight		:	bold;
		font-size		:	14px;

		margin-top		:	0px;
		margin-left		:	0px;
		margin-bottom		:	0px;
	
		color			:	gray;
		}

P		{
		font-family		:	Arial, Helvetica ,sans-serif;
		font-weight		:	normal;
		font-size		:	14px;
		
		margin-top		:	0px;
		margin-left		:	0px;
		margin-right		:	0px;	
		margin-bottom		:	0px;
	
		color			:	white;
		}

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			:	white;
		}

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			:	white;
		}
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			:	white;
		}

LI		{
		font-family		:	Arial, Helvetica ,sans-serif;
		font-weight		:	normal;
		font-size		:	12px;
	 	list-style-type		:	square;

	

		color			:	white;
		}

DT		{
		font-family		:	Arial, Helvetica ,sans-serif;
		font-weight		:	normal;
		font-size		:	12px;	
		color			:	white;
		}


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			:	white;
		}

