body			{
				font-size: 12px;
			 	font-family: Verdana;
				background-color: #FFFFFF;
				}
			
table			{
				margin-top: 20px;
				margin-right: auto;
				margin-bottom: 20px;
				margin-left: auto;
				width: 85%;
				}

#indextable		{
				margin-top: 40px;
				margin-right: auto;
				margin-bottom: auto;
				margin-left: auto;
				}

.greentext		{
				color: #666600;
				}

.width			{
				width: 85%;
				}

.top			{
				vertical-align: top;
				}

.center			{
				text-align: center;
				}

.darkgreen		{
				background-color: #D0D0A4;
				}

.palegreen		{
				background-color: #ECECDF;
				}
				
a				{
				text-decoration: none;
				}
				
a:hover			{
				color: #990000;
				text-decoration: underline;
				}
