.topnav {
	font-size: 14px;
	background-color:#FFFFCC;
	padding-top:10px;
	padding-bottom: 10px;
	padding-right:10px;
	padding-left:10px;
	border-top:1px solid gold;
	border-bottom:1px solid gold;
	width: 98%;
}
.banner {
	height:60px;
}
.banner a{
	font-size: 36px;
	font-weight: bold;
}
body {
	font-size:14px;
}
.symbol_url {
	font-family:Webdings;
	font-size:9pt;
	text-decoration:none;
	color: green;
}
.symbol_edit {
	font-family:Webdings;
	font-size:9pt;
	text-decoration:none;
	color: orange;
}
.symbol_del {
	font-family:Webdings;
	font-size:9pt;
	text-decoration:none;
	color: red;
}
a {
	font-size: 14px;
	font-family: Arial;
	text-decoration: underline;
}
input, select {
	font-family: Arial;
	font-size: 12px;
}