body {
	font-family: Arial;
	FONT-SIZE: 8px; 
}

A:link {
	COLOR:#000080 ;
	TEXT-DECORATION: none;
	/*font-size:0.9em;*/
}

A:visited {
	COLOR: #000080;
	TEXT-DECORATION: none;
	
}

A:hover {
	COLOR: #000000;
	TEXT-DECORATION: underline;
}

h2
{
	color:RED;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	text-decoration:underline;
}

h3
{
	color:RED;
	font-size:1.0em;
	text-align:center;
	text-decoration:underline;
}


.ttext
{
	font-size:0.8em;
	font-weight:bold;
	color:#000000;
	text-align:justify;
}

.rtext
{
	font-size:0.8em;
	font-weight:bold;
	color:#000000;
	text-align:justify;
}

.qtext
{
	font-size:0.8em;
	font-weight:bold;
	color:red;
	text-align:center;
}

.red{
	font-size:0.8em;
	font-weight:bold;
	color:red;
}

.blue{
	font-size:0.8em;
	font-weight:bold;
	color:blue;
}

.warning
{
	color: red;
	font-size: 1.2em;
	font-weight: bold;
}