<!-- 

BODY{

  margin-left : 1px;
  margin-right : 1px;
}


HR{
border-color : #000000 ;
}

.hr2{
border-width: 1px; border-style: solid;
border-color : #999999 ;
}

a:link {
	color : #000000 ;
	text-decoration : none ;
}

a:visited {
	color : #333333 ;
	text-decoration : none ;
}

a:active {
	color : #999999 ;
	text-decoration : none ;
}

a:hover {
	color : #666666 ;
	text-decoration : underline ;
}


-->