/* sheet1.css  ...css1 for (x)html 4.0, Mike Lewis 9-26-00 */

    body {background: #ffffff;} 

	a:link {color: #3333cc; text-decoration: none;} 
	.navbar a:link {color: #ffff00; text-decoration: underline;} 
	a:visited {color: 6633cc; text-decoration: none;} 
	.navbar a:visited {color: #ffff00; text-decoration: none;} 
   	
	div.page {background: #ffffff; 
       border: none; padding: 0;} 

	.navbar {background: #330066; color: #ffff00;}

	.larger {font-size: larger;}
	.smaller {font-size: smaller;}
	.highlight {background: #ffffcc;}

	.serif {font-family: "Times New Roman",adobe-times,Times,serif;}
	.sans {font-family: sans-serif;}
	b {font-weight: bold;}
	i {font-style: italic;}
	h1 {text-align: center;
       font: bold 1.8em/2em "Times New Roman",adobe-times,Times,serif;}
	h2 {text-align: center; 
       font: bold 1.4em/1.6em "Times New Roman",adobe-times,Times,serif;}
	img.full {display: block;}