.side {
	font-family: "MS Serif";
	text-decoration: none;
	font-size: small;
	color: #996600;
}

a.side:hover {
	font-weight: bold;
	background-color: #FFFF99;
}

.top {
	font-family: "Tahoma";
	font-size: small;
	color: #8C6900;
	text-decoration: none;
}
hr {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	filter: DropShadow(Color=#000000, OffX=2, OffY=2, Positive=2);
	width: 70%;
	text-align: center;
}
.bottom {
	font-family: "Tahoma";
	font-size: x-small;
	color: #000000;
	text-decoration: none;
}
a.top:hover {
	color: #000000;
	background-color: #FFFF99;
}
.normal {
	font-weight: bold;
	padding: 10px;
}
a.normal:hover {
	color: #FFFFFF;
	background: #8C6900;
}
.gal {
	color: #8C6900;
	font-size: small;
	font-weight: bold;
	padding: 10px;
	text-decoration: none;
}
.article {
	color: #554000;
	font-weight: bold;
	font-family: "Simplified Arabic";
	text-decoration: none;
}
.docs {
	color: #000000;
	font-weight: bold;
	font-family: "Simplified Arabic";
	text-decoration: none;
}

.galBut {
font-size: x-small;
width: 70px;
background: #FCE178;
color: #000000;
margin: 2px;
}