@charset "utf-8";
/* CSS Document */

div {
	width: 781px;
	height: 400px;
	overflow-y: scroll;
	padding: 0px;
	text-align: left;
    ;
	
}

img {
border: none;
}

body {
	
	margin-left: 0px;
	margin-top: 0px;

text-align:justify; 
color:black; font-size:6pt;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;


}

A:LINK {

 color: blue;
 text-decoration: none;
}

A:VISITED {
 
 color: white;
 text-decoration: none
}

A:HOVER {
 
 font-size:7pt;
 color: blue; 
 text-decoration : none;
}

A:ACTIVE {

 text-decoration: none;
}
