A {
	text-decoration: none;
	color : 0080C0;
}

A:VISITED {
	color : 0080C0;
}

A:ACTIVE {
	color : Red;
}

/* note that A:HOVER isn't supported by all browsers */
A:HOVER {
	color: Green;
}

.TXT{
	color: #004080; 
	font-family :  Arial;
	font-size :  10pt;
}

p{
	color: #004080; 
	font-family :  Arial;
	font-size :  10pt;
}

.TITLE{
	font-family: Arial;
	font-size :  24pt;
	color :  #004080;
	font-weight: bold;
}

.DESC{
	color: #004080;
	font-family :  Arial;
	font-size :  8pt;
}

.SPACETITLE {
	letter-spacing: 6pt;
}

h1{ font-family: Arial; color: #004080; font-size: 14pt; font-weight: 
               bold };
h2{ font-family: Arial; color: #004080; font-size: 12pt; font-weight: 
               bold };
h3{ font-family: Arial; color:#004080; font-size: 10pt; font-weight: 
               bold }