a.type1 {
	color: #FFFFFF;
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
	font-size: 14px;
}
a.type1:hover {  }

a.type2 {
	color:#66660C;
	text-decoration:underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
a.type2:hover {
	text-decoration:underline;
	color: #FFFF99;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
.select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	color: #FFFF99;
}

