/*
CSS Style Sheet for www.dwightstewart.com
Programmed by: The Computer Mentor
Updated      : 03 May 2007
Copyright    : 2007 Bruce E. Kriebel
*/
  BODY {font-family: 'Century Schoolbook', Times, Serif; font-size: medium; color: #000000;
        background: #FFFFCC;}
	/* Hyper-link controls */	
  :link {color: Blue; text-decoration: none; }
  :visited {color: Green; text-decoration: none;}
  :hover {color: Red; text-decoration: none;}
  
  H1 {font-family: Ariel,sans-serif; font-size: xx-large; text-align: center;}
  H2 {font-family: "Century Schoolbook",serif; font-size: x-large; text-align: center;}
  H3 {font-family: "Century Schoolbook",serif; font-size: large; text-align: center;}
  .me {font-family: Arial, sans-serif; font-size: xx-small; text-align: left;}
  .wrapright {float: left;}
  .wrapleft {float: right;}
  .bold {font-weight: bold;}
  .italic {font-style: italic;}
  .ss {vertical-align: super; font-size: xx-small;}
  .updated {font-family: Arial, sans-serif; font-size: xx-small; text-align: left; color: red;}
  .wrapright {float: left;}
  .wrapleft {float: right;}
