/* CSS file for ITSCHOOL Web Site Home Page - August 2002
Cascading Style Sheets, level 2
CSS2 Specification
W3C Recommendation 12-May-1998 */

BODY  {
  color: #FFFFFF;
  background: #A50000;
  margin: 0 ! important;
  padding: 0 ! important; 
  border: 0 none! important; 
}

P.label {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #FFFFFF;
  background: #BC4040;
}

TABLE.menu {
  color: #FFFFFF;	
  background: #BC4040;
}

A.menu { 
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 17px;
  margin: 0;
  text-decoration: none;
  color: #FFFFFF;
  background: #BC4040;
}

A.menu:hover { 
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 17px;
  margin: 0;
  text-decoration: underline;
  color: #FFFFFF;
  background: #BC4040;
}
