﻿/* $Id: style-screen.css,v 1.4 2003/04/16 15:50:34 iand Exp $ */

body, th { font-size: smaller }

body, th, td, p {
  font-family: verdana, sans-serif, arial;
  color: black;
  background: white;
}

a[href]:hover { 
	background: #cc9966; 
}

h1, h2, h3 {
  text-align: left;
  font-family: sans-serif;
  font-weight: normal;
  color: #996633; 
}

p {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

dt { 
	font-weight: bold;
	
}