@charset "utf-8";
/* CSS Document */
  H1 { font-size: x-large; color: green; font-style: italic }
  H2 {
	font-size: large;
	color: green;
	font-style: italic;
	text-align: center;
}
  H3 { font-size: medium; color: brown }
  div.links { font-size: medium; border:groove green 3px; float:left;
               width:150; background-color: #006600 }
 /*			   
  div.txt { font-size: medium; border: #FAEBD7 3px; background: #FAEBD7; width=100%  }
 .links { font-size: medium; border:groove green 3px; float:left;
               width:150; background-color: #006600 }
  .txt { font-size: medium; border: #FAEBD7 3px; background: #FAEBD7; width=100%  }
  */
a.links { font-size: smaller; color: white; line-height: 2 }

