/* CSS Document */

A:link 
  {
  color: darkblue;
  text-decoration: none;
  }   
  
A:active
  {
  color: red;
  text-decoration: none;
  }
  
A:visited
  {
  color: darkblue;
  text-decoration: none;
  }
  
A:hover
  {
  color: blue;
  text-decoration: underline;
  }
 
 a.mcat:link, a.mcat:visited {
	width: 170px;
	color: #00008B;
	font-weight: bold;
	text-decoration: none;
	background: url(mcatbut.gif) no-repeat left top;
	text-align: center;
	}
a.mcat:hover {
	background: url(mcatbutov.gif) no-repeat left top;
	color: #0000FF;
	font-weight: bold;
	}

H1
  {
  font-size:24px;
  font-family:Verdana;
  }
  
H2
  {
  font-size:18px;
  font-family:Verdana;
  }
  
H3
  {
  font-size:15px;
  font-family:Verdana;
  } 
  
.content
  {
  font-size:13px;
  font-family:Verdana;
  }