BODY{
	background-color : #A4BFFF;
	background-attachment : fixed;
	background-image : url("img/logo.gif");
	background-position : 50%;
	background-repeat : no-repeat;
	color: Navy;
}

A:link,A:visited{
color:navy;
text-decoration:underline;
}

A:hover{
color:white;
text-decoration:none;
background:navy;
}

P.DESCR{
font-size:12pt;
font-family:Tahoma,Arial,sans-serif;
text-align:justify;
}

