/* <link rel="stylesheet" type="text/css" href="stylesheet.css"> */

body
	{
     /* background-color: #523410; */
	margin-top: 0px;
	margin-left: 0px; 
	}

p
	{
	font-family: Arial, Verdana;
	color: #000000;
	font-size : 10pt;
	}

h1
	{
	font-family: Arial, Verdana;
	color: #000000;
	font-size : 18pt;
	}

h2
	{
	font-family: Arial, Verdana;
	color: #000000;
	font-size : 16pt;
	}

h3
	{
	font-family: Arial, Verdana;
	color: #000000;
	font-size : 14pt;
	}

H4
	{ font-family: Arial, Verdana;
	color: black;
	font-size : 12pt;
	}

a:link
	{
	font-family: Arial, Verdana;
	color: #0000ff;
	text-decoration: none;
	}

a:visited
	{
	font-family: Arial, Verdana;
	color: #3366ff;
	text-decoration: none;
	}

a:hover
	{
	font-family: Arial, Verdana;
	color: #0000ff;
	text-decoration: underline;
	}

a:active
	{
	font-family: Arial, Verdana;
	color: #cccccc;
	text-decoration: underline;
	}

table
	{
	font-family: Arial, Verdana;
	color: black;
	font-size : 10pt;
	}

li 
	{
	font-family: Arial, Verdana;
	color: black;
	font-size : 10pt;
	}


img
	{
	border-color : #000000;
	}