/* *******************************/
BODY  {
	margin-left : 0%;
	margin-right : 0%;
	margin-top : 0%;
	margin-bottom : 0%;
	background : #000;
	color : #000;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}

P {
font-size: 100%;
}

A:link  {
text-decoration: none;
	color : #C0C0C0;
	}

A:visited  {
text-decoration: none;
	color : #909;
}

A:hover {
 text-decoration: underline;
}

A:active  {
	color : #0CC;
}

H1  {
	color : #909;
	font-size: 150%;
	margin-bottom : 0;
	}

H2  {
	color : #80FF80;
	font-size: 125%;
	margin-bottom : 0;
}

H3  {
	color : #C00;
	font-size: 100%;
	margin-bottom : 0;
}

.margin {
margin-top : 0;
}

.normal  {
font-size: 9pt;
	}

.small  {
font-size: 8pt;
	}

.smallest  {
font-size: 7pt;
}

.centre  {
	text-align : center;
}

.indent  {
	margin-right : 4em;
	margin-left : 4em;
	}
	
.indent1 {
margin-right : 1em;
margin-left : 1em;
}

.bold  {
	font-weight : bold;
	}

.italic  {
	font-style : italic;
}

.large  {
	font-size: 10pt;
}

.red  {
	color : #C00;
}

.green  {
	color : #033;
}

.green2  {
    color : #80FF80;
}
	
.yellow  {	
	color : #FF0;
}
	
.pink  {	
	color : #C0C0C0;
}	
	
.black  {
	color : #000;
}

.purple  {
	color : #909;
}
