.Style1 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
a:link {
  style: bold;
  color: #FF9933;
  text-decoration: normal;
}

a:active {
  font-weight: normal;
}
a:visited {
	color: #000066;
}
a:hover {
  text-decoration: underline;
}

.color1{
  color: #FF9933;
}


