body {
	background-color: #CCCCCC;
	margin: 5px;
	padding: 5px;
}
b {
	font-weight: normal;
}


.menu {
	background-color: #f5b51c;
	font-weight: bolder;
	color: #FF3333;
	text-align: center;
	font-size: 16px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.menu a:link, .menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:hover, .menu a:active {
	color: #FF3333;
	text-decoration: none;
}

.content {
	background-color: #ffeec4;
	text-align: justify;
	margin: 0px;
	padding: 15px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #F5B51C;
	border-bottom-color: #F5B51C;
	border-left-color: #F5B51C;
}
.contentgall a:link, .contentgall a:visited {
	font-size: 12px;
	color: #CC6633;
	text-decoration: underline;
}
.contentgall a:hover, .contentgall a:active {
	font-size: 12px;
	color: #CC9933;
	text-decoration: underline;
}
.botmenu {
	font-size: 12px;
	color: #0000FF;
	margin: 5px;
	padding: 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #F5B51C;
}
.botmenu a:link, .botmenu a:visited {
	color: #0000CC;
	text-decoration: underline;
}
.botmenu a:hover, .botmenu a:active {
	color: #0033FF;
	text-decoration: underline;
}
.afor {
	font-size: 14px;
}
.aforsmall {
	font-size: 10px;
}
