BIG {
	font-size : 24;
	font-weight : bold;
	font-stretch : wider;
}
 A:ACTIVE {
	color : Maroon;
	font-size : larger;
}
   
  A:LINK {
	color : Maroon;
	font-size : larger;
}
  
  A:VISITED {
	color : Maroon;
	font-size : larger;
}

  A:HOVER {
	text-decoration : none;
	font-size : larger;
	color : Navy;
}  
BODY {
	color : Black;
}
class.just{ 
	text-align : justify;
 }
BODY{
	border-color: #000099;
	border-style: ridge;
	border-width: thin;
	scrollbar-3dlight-color:#000066;
	scrollbar-arrow-color:#00001e;
	scrollbar-base-color:#000066;
	scrollbar-darkshadow-color:#000066;
	scrollbar-face-color:#003399;
	scrollbar-highlight-color:#000066;
	scrollbar-shadow-color:#000066;
	scrollbar-track-color :#00001e;
}