/* compsim-style.css: the main style sheet for the composable simulation
   web pages
   author: Alexandre Cunha
   creation: 1999-Sep-12
*/

HTML {
  background: transparent;
}

A:link { 
  color: blue;
  text-decoration: underline }

A:visited { color: #551A8B }

A:active { color: red }

Body {
  background-color : white;
  background-image : none;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color : black;
  font-family: Helvetica, Arial, Geneva, Times;
  text-align : left;
  text-indent: 0;
  margin : 2px;
}
