a.button { 
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold
}
a:hover.button {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:underline;
	font-weight:bold
}
a:visited.button {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold
}
a:visited:hover.button {
	font-family: Arial;
	font-size: 10px;
	color: #FFFF00;
	text-decoration:underline;
	font-weight:bold
}
a.button1 {
	font-family: Arial;
	font-size: 10px;
	color: #0000FF;
	text-decoration:none;
	font-weight:bold
}
a:hover.button1 {
	font-family: Arial;
	font-size: 10px;
	color: #0000FF;
	text-decoration:underline;
	font-weight:bold
}
a:visited.button1 {
	font-family: Arial;
	font-size: 10px;
	color: #800000;
	text-decoration:none;
	font-weight:bold
}
a:visited:hover.button1 {
	font-family: Arial;
	font-size: 10px;
	color: #800000;
	text-decoration:underline;
	font-weight:bold
}
a.button2 {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight:normal
}
a:hover.button2 {
	font-family: Arial;
	font-size: 11px;
	color: #0000FF;
	text-decoration:underline;
	font-weight:normal
}
a:visited.button2 {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
	font-weight:normal
}
a:visited:hover.button2 {
	font-family: Arial;
	font-size: 11px;
	color: #800000;
	text-decoration:underline;
	font-weight:normal
}
