BODY, P, TD , form, input, select, textarea  {
	font-family: helvetica, verdana, tahoma;
	font-size: 9pt;
	color: rgb(60,60,60);
}

.red {
	font-family: helvetica, verdana, tahoma;
	font-size: 9pt;
	color: rgb(255,0,0);
}

H1  {
	font-size: 11pt;
}

A, A:visited  {
	font-family: helvetica, verdana, tahoma;
	font-size: 9pt;
	text-decoration: none;
	color: rgb(60,60,60);
}

A:active  {	
	color: rgb(255,0,0);
}

A:hover  {	
	color: rgb(255,0,0);
}

A.red, A:visited.red  {
	font-family: helvetica, verdana, tahoma;
	font-size: 9pt;
	text-decoration: none;
	color: rgb(255,0,0);
}

A:active.red  {	
	color: rgb(60,60,60);
}

A:hover.red  {	
	color: rgb(60,60,60);
	text-decoration : underline;
}

Blockquote {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 3px;
}

Blockquote.mini {
	margin-left: 5px;
	margin-right: 5px;
}

Body {background: rgb(128,128,128); background-image : url(img/tlo.jpg);} 