h1 {
    font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
}

p {
   font-family:Arial, Helvetica, sans-serif;
   font-weight:bold;
   color: #003366
} 

.special {
   font-family:Arial, Helvetica, sans-serif;
   font-weight:bold;
   color: #003366
} 

a.one {
       font-family:Arial, Helvetica, sans-serif;
	   font-weight:bold;
       text-decoration:underline;
	   color: #3333ff
}

a.one:active {
	          color: #3333ff
}

a.one:visited {
	           color: #3333ff
}

a.one:hover {
	         color: #ff9900;
	         background-color: #ffffff;
	         text-decoration:none;
}

a.two {
       font-family:Arial, Helvetica, sans-serif;
	   font-weight:bold;
       text-decoration:underline;
	   color: #339933
}

a.two:active {
	          color: #339933
}

a.two:visited {
	           color: #339933
}

a.two:hover {
	         color: #ff9900;
	         background-color: #ffffff;
	         text-decoration:none;
}

a.three {
         font-family:Arial, Helvetica, sans-serif;
	     font-weight:bold;
         text-decoration:underline;
	     color: #cc0000
}

a.three:active {
	          color: #cc0000
}

a.three:visited {
	           color: #cc0000
}

a.three:hover {
	         color: #ff9900;
	         background-color: #ffffff;
	         text-decoration:none;
}