
/* Style Definitions */ 


body
	{margin-top: 1cm;
	margin-right: 1cm;
	margin-bottom: 1cm;
	margin-left: 1cm;
background-color: #ffffcc;
font-family: arial, sans-serif;
font-size: 14pt;
	font-weight: normal;
	color: black}

h1
	{font-size: 18pt;
	font-weight: bold;
	color: blue}

h2
	{font-size: 16pt;
	font-weight: bold;
	color: blue}
h3
	{font-size: 14pt;
	font-weight: bold;
	color: black}
h4
	{font-size: 12pt;
	font-weight: normal;
	color: black}
h5
	{font-size: 10pt;
	font-weight: normal;
	color: black}
h6
	{font-size: 8pt;
	font-weight: normal;
	color: black}

table
	{font-size: 14pt;
	font-weight: normal;
	color: black}

a:link		{color: blue; background: #ffffcc}  /* for unvisited links */
a:visited	{color: red; background: #ffffcc}  /* for visited links */
a:active	{color: aqua; background: blue}  /* when link is clicked */
a:hover		{color: #ffffcc; background: blue}  /* when mouse is over link */

div.figure
	{float: left;
	width: 25%;
	border: thin silver solid;
	margin: 0.5em;
	padding: 0.0em}

hr
	{color: silver}
