select {
	font-family: verdana;
	font-size: 11;
}

input {
	font-family: verdana;
	font-size: 11;
}

A.larger:link {
	color: #000000;
	font-weight: bold;
	font-size: 18 px;
}

A.larger:active {
	color: #ff0000;
	font-weight: bold;
	font-size: 18 px;	
}
A.larger:visited {
	color: #ff0000;
	font-weight: bold;
	font-size: 18 px;	
}
A.larger:hover {
	color: #ff0000;
	font-weight: bold;
	font-size: 18 px;	
}

A.tiny:link {
	color: #000000;
	font-weight: bold;
	font-size: 10 px;
}

A.tiny:active {
	color: #000000;
	font-weight: bold;
	font-size: 10 px;	
}
A.tiny:visited {
	color: #000000;
	font-weight: bold;
	font-size: 10 px;	
}
A.tiny:hover {
	color: #000000;
	font-weight: bold;
	font-size: 10 px;	
}

A:link {
	color: #ff0000;
	font-weight: bold;
}

A:active {
	color: #ff0000;
}
A:visited {
	color: #ff0000;
}
A:hover {
	color: #ff0000;
}
