a:link 
{ 
	color: #ffffff; 
	text-decoration: none;
	font-family: Verdana;
	font-size: 14px;
	cursor: pointer; 
	font-weight: bold;

}
a:visited 
{ 
	color: #ffffff;
	text-decoration:none;
	font-family: Verdana;
	font-size: 14px;
	cursor: pointer; 
	font-weight: bold;

}
a:focus 
{ 
	color: #0099ff;
	text-decoration: none; 
	font-family: Verdana;
	font-size: 14px;
	cursor: pointer; 
	font-weight: bold;

}
a:hover 
{ 
	color: #0099ff;
	text-decoration: none;
	font-family: Verdana;
	font-size: 14px;
	cursor: pointer; 
	font-weight: bold;

}
a:active 
{ 
	color: #0099ff;
	text-decoration: none; 
	font-family: Verdana;
	font-size: 14px;
	cursor: pointer; 
	font-weight: bold;

}
#smallButton
{ 
	background-color: #0099ff;
	font-size: 12px;
	font-weight: bold;

}
