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