/* CSS Document */

body {
	font-family:  Times New Roman, Times, serif;
	color: #003300;
	background: #66ff99;
	text-align: center;
	margin: 25px;
	}

table {
	font-family: Times New Roman, Times, serif;
	color: #003300;
	background: #66cc99;
	text-align: center;
	width: 750;
	}
	
td   {
padding: 1px;
	}

a:link    {text-decoration: underline; color: #000000; }
a:visited {text-decoration: underline; color: #000000; }
a:hover   {text-decoration: none; color: #000000; background: yellow }
a:active  {text-decoration: underline; color: #000000; }


.table001{width: 150;
          background: #008888;
		  text-align: left;}
		  
