/* Example style sheet file */

BODY	{background: #ffffff; margin-top: 20; margin-left: 20%; margin-right: 20%; }

a:link {color: blue;}
a:visited {color: red;}
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 {font-weight: bold;
	 text-align: left;
	 color: #000000;
	 background: #ffffff;
	 font-family: 'Gill Sans', Arial, sans-serif}

table { text-align:center; background-color: #ffffff;}

div { text-align:left; }

.CenteredDiv { margin-left:auto; margin-right:auto;  width:760px; }
td
{
text-align:left; padding:15px;
}



CITE	{font-family: 'Gill Sans', Arial, sans-serif;
	 font-style: italic}

<style type="text/css">
  body </style>
