/* CSS Document */

body {background-color:#4e337a;}

DIV.DATA
 {
 border-width:thin;
 border-color:#000000;
 font-size:12px;
 font-family:Verdana;
 color:#000000;
 background-color:#fcf9d7;
 padding:5px;
 text-align:justify;
  }
 a:link {
	color: #000000;
	text-decoration:underline;
	font-weight:bold;
	
}
a:visited {
	text-decoration:underline;
	color: #666666;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
	color: #666666;
	font-weight:bold;
}
a:active {
	text-decoration:underline;
	color: #333333;
	font-weight:bold;
}
