<style type="text/css">

h1	{color: white;
	 font-size: 20;
	 font-family: verdana, sans-serif;
	 font-weight: bold;
	 margin: 0;
	 text-align: center;
	 background-color: #92d050;}

p	{font-family: verdana;
	 font-size: 13;
	 margin: 0;
	 text-align: justify;
	 text-indent: 0em;
	 line-height: 1.5;
	 background-color: lightyellow;}

body	{background-color: #92d050;
	 color: black;
	 font-size: 15;
	 font-family: verdana, sans-serif;
	 font-weight: lighter;}

li	{list-style-image: url('../images/list_point.gif');
	 list-style-position: outside}

ul	{margin: 20;}

a:link	{color: darkgreen;
	 font-size: 13;
	 font-family: verdana, sans-serif;
	 text-decoration: none;}

a:visited{color: darkgreen;
	 font-size: 13;
	 font-family: verdana, sans-serif;
	 text-decoration: none;}

a:active{color: darkgreen;
	 font-size: 13;
	 font-family: verdana, sans-serif;
	 text-decoration: none;}

a:hover	{color: #D2691E;
	 font-size: 13;
	 font-weight: ;
	 font-family: verdana, sans-serif;
	 text-decoration: none;}

span	{text-decoration: underline;
	 letter-spacing: 2em;
	 word-spacing: 2em;
	 text-transform: lowercase;}

</style>	