ul {
	list-style-type: square;
	margin-top: 5px;
	margin-bottom: 10px;
}
.head {
	font-size: 26px;
	font-weight: bold;
	position: relative;

}
.menu {
	font-size: 14px;
}
.small{
	font-size: 14px;
}
.red{
	color: #ff0000;
	background-color: #fffff0;
}
body {
	font-size: 14px;
        color: #000000 ;
        background-color: #f8f3d7;
        font-family: sans-serif ;
        text-align: justify ;
        margin-right: 20px ;
        margin-left: 20px ;
}

#content {
	min-height:320px;
	margin-left: 10px;
}

A:link {text-decoration: none; color: blue;}
A:visited {text-decoration: none; color: blue;}
A:active {text-decoration: underline;}
A:hover {text-decoration: underline; color: blue;}

