/* Example style sheet file */

BODY	{background: #FFFFF9; margin-top: 20; margin-left: 20%; margin-right: 20%; }

a:link {color: blue;}
a:visited {color: red;}
a:link:hover {background: green;}
a:visited:hover {background: cyan;}

  div.c5 {font-family: Arial; font-size: 70%; font-weight: italic; text-align: center}
  div.c4 {font-weight: bold; text-align: center}
  div.c3 {font-family: Arial; font-size: 70%;  text-align: left}
  p.c2 {font-family: Arial}
}
H1, H2, H3, H4,H5	{font-weight: bold;
	 text-align: center;
	 color: #006000;
	 background: #FFFFF9;
	 font-family: 'Gill Sans', Arial, sans-serif}

CITE	{font-family: 'Gill Sans', Arial, sans-serif;
	 font-style: italic}

<style type="text/css">
  body </style>
