/* resultstyle.css - style sheet for displaying MSA results */
body { 
	text-align: center; font-family: Verdana, sans-serif; font-size: 18px ;
	background-color: #C0C0C0 ;
 }
h1,h2 {font-family: Verdana, serif}
h1 {font-size: 125%}
div  { background-color:blue; color:yellow }
#d1  { text-align:center }
#s1  { text-align:left; background-color:#C3C0C0; color:black; font-size: 66%}

a:hover {
  color: blue ;
  background-color: #C0C0C0 ;
}


