H1 
{ 
	font-family: helvetica;
	color: white;
	font-weight: bold;	
	font-size: 18pt;
}

H2 
{ 
	font-family: arial;
	color: white;
	font-size: 14pt;
}

H3
{ 
	font-family: helvetica;
	font-size: 10pt;
	color: black;
}

.maintext
{
	font-family: helvetica;
	font-size: 11pt;
	color: white;
}

.tiny
{
	font-family: helvetica;
	font-size: 8pt;
	color: grey;
}
/*
body
{
	font-family: Courier;
	font-size: large;
	color: white;
}
*/

.code
{
	font-family: Courier;
	font-size: 10pt;
	color: black;
}

.big
{ 
	font-family: helvetica;
	color: white;
	font-weight: bold;	
	font-size: 16pt;
}

.bold
{ 
	font-weight: bold;	
}



