
:link    { color: rgb(  0,  51,   0); background:transparent }
:visited { color: rgb(102, 153, 102); background:transparent }
:active  { color: rgb(204, 255, 204); background:transparent }
:hover   { color: rgb(153, 153, 153); background:transparent }

body	{
	color: rgb(0, 102, 0);
	background-color: rgb(204, 255, 204);

	margin: 0 8% 0 160px;
	line-height: 140%;
			 
	font-family: Verdana, sans-serif;
	font-weight: bold;
	}

em	{
	font-family: Georgia, Comic Sans MS;
	font-style: normal;
	font-size: 120%;
	font-weight: bold;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: "Comic Sans MS", Times, serif;
	}

li	{
	margin-top: 0.3em;
	}

th, td	{
	line-height: 140%;
	
	/* ns 4 */
	color: rgb(0, 102, 0);

	font-family: Verdana, sans-serif;
	font-weight: bold;
	}

h1	{
	line-height: 100%;
	}

strong	{
	color: red;
	}

img	{
	border: 0;
	}

img.pic {
	width: 220px;
	}
img.right {
	float: right;
	clear: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
img.left {
	float: left;
	clear: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}

