ul {
	list-style-type: square;
	margin-top: 5px;
	margin-bottom: 10px;
}
.banner{
	position: relative;
	float: right;
	margin-top: 0
}
.head {
	font-size: 26px;
	font-weight: bold;
	position: relative;

}
.menu {
	font-size: 14px;
}
.small{
	font-size: 11px;
}
.red{
	color: #ff0000;
	background-color: #ffffff;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}