body, table, select {
	font-family: arial;
	font-size: 12px;
}

textarea, input, select {
	font-family: arial;
	font-size: 12px;
	color: blue;
}
	

a {
	text-decoration: none;
}

a:visited {
}

a:hover {
	color: #0099FF;
}

#field {
	width: 100%;
}

#header {
	font-size: 14px;
}

#tabbar {
	cursor: hand;
}