#info { 
	color: #573F3F;
      	position:absolute;
      	top:160px;
      	left:265px;
      	background:silver;
      	width:30em;
      	padding:10px;
      	}
      
#abstract {
	position:absolute;
	top:340px;
      	left:200px;
      	width:65%;
      	text-align:justify;
      	}

body{
	color:#444444;
      	font-family:Verdana,'Trebuchet MS',Helvetica,Arial,sans-serif;
      	font-size:90%;border:2px solid gray;padding:10px;
      	text-align:justify;
      	}
      
hr {border:1;width:65% }
a {text-decoration: none }
a:link  { color:#6A3F3C }
a:hover { background-color:silver;}
a:active  { color: gray; font-size: 90% }
a:visited { color:#481616; font-size: 90% }

