<STYLE type="text/css">

A:link { 
  color: #0000ff 
  text-decoration: none    
}

A:visited {
	color: #FFFFCC;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;

}

A:active {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
: none 
}
 
A:hover {
	color: #FFFF00;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;

}
a:link {
	color: #33FF99;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;


}
.white {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;

}
.font {
	font-size: 24px;
	font-weight: bolder;
	color: #003300;

}
.dot {
	border-top: medium dotted #FFFF00;
	border-right: medium none #FFFF00;
	border-bottom: medium none #FFFF00;
	border-left: medium none #FFFF00;


}
.tline {
	border-top-width: thin;
	border-right-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-top-color: #FFFF99;
	border-right-color: #FFFF99;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #FFFF99;
	border-left-color: #FFFF99;

}
.bline {
	border-top-width: thick;
	border-top-style: groove;
	border-top-color: #00FFFF;
}
