/* CSS Document */

a {text-decoration: none; }

a:link {color: green; }

a:visited {color: red; }

a:active {color: #F60;
text-decoration: underline; }

a:hover {color: red;
}

.title  {font-size:24px;
         color: #009900;
		 font-family:tahoma,sans-serif;
		 text-align:Center;
		 font-weight: bold;
		 padding-right:60px;
		 }
.names		{font-size:12px;
         color: #000000;
		 font-family:tahoma,sans-serif;
		 text-align:left;
		 padding-left:20px;
		 font-weight:bold;
		 }