
  h1   { font-family: Coaster, City, Lucida Calligraphy; font-size: x-large; color: RoyalBlue; text-align: center      }
  h2   { font-family: Coaster, City, Lucida Calligraphy; font-size: large;   color: Red   }
  h3   { font-family: Coaster, City, Lucida Calligraphy; font-size: medium; color: RoyalBlue; text-align: center}
  h4   { font-size: large }
  p    { font-size: medium;  color: DarkSlateBlue   }
  li   { font-size: medium;   color: Blue }
  hr   { margin-left: 20%; margin-right: 20%; margin-top: 10; margin-bottom: 10 }
  
  A:link   { color : "red"}
  A:active { color:"green"; text-decoration; }
  A:hover { color:"red"; text-decoration: none; }
  A:visited {color : "blue"}
  
  p.bottom { font-size: x-small; color: DarkBlue; text-align: center }
  p.center { font-family: "Coaster, City, Lucida Calligraphy"; font-size: medium;  color: DarkBlue;  text-align: center }
  p.right {color: Red}
  p.form {font-size: medium; color: RoyalBlue}
  
  body {
      background-color : #F5DEB3; 
	  color            : DarkBlue; 
	  margin           : 2.5%
  }

  div.logoright {
	  padding:0.5em;
	  border-style:solid;
	  border-width:1px;
	  width:220px;
	  float:right
   }
   
  div.left {
	  padding:0.5em;
	  border-style:solid;
	  border-width:0px;
	  width:192px;
	  float:left
   }
  div.ner {
	  padding:0.5em;
	  border-style:solid;
	  border-width:0px;
	  width:200px;    
	  float:right
   }
   table.test {
      width: 40%;
	  border: 2;
	  frame: border;
	  rules: all;
	  cellspacing: 2;
	  cellpadding: 2;
	  bgcolor: RoyalBlue 
   }
   
   img.left  { float: left; border-color: CornflowerBlue }
   img.right { float: right }
   
   img.shaded { border : 10 solid LightGrey }
   
   
   .centered { align: middle}
   
   .smaller {font-family: Coaster, City, Lucida Calligraphy; font-size: large; color: RoyalBlue; text-align: center}
   .indented {font-size: medium; color: CornflowerBlue; indent: 5}
   
   .sparkHead {font-family: Coaster, City, Lucida Calligraphy; font-size: x-large; color: RoyalBlue; text-align: left}