body {
        background-color: #B2ACAC;
        color: black;
        font-family: "Book Antiqua",Georgia,"MS Sans Serif", Geneva, sans-serif;
	text-align: justify;
	width: 780px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
        margin-bottom: 0px;

}

/*link*/
a{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.nad:hover{
	background: #FFFFFF;
	color: black;
	text-decoration: none;
}

a.clear:hover{
	color: #FFFFFF;
	background: none;
	font-weight: bold;
	text-decoration: none;
}


