
select {
	font-family: Verdana;
	font-style: italic;
	font-weight: bold;
	color: #f00;
	border: 3px solid #f00;
	list-style-type: circle;
}


input {
	font-family: Verdana;
	font-style: italic;
	font-weight: bold;
	color: #003399;
	border: 2px solid #3366CC;
	background-color: #fff;
}

textarea {
	font-family: Verdana;
	font-style: italic;
	font-weight: bold;
	color: #003399;
	border: 2px solid #3366CC;
	background-color: #fff;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11;
	font-weight: bold;
}