.links1 A:link	{
					text-decoration: none;
					color: black;
					font-family: Arial, Helvetica, sans-serif;
					font-size: 12px;
				}
.links1 A:visited 
				{
					text-decoration: none;
					color: black;
					font-family: Arial, Helvetica, sans-serif;
					font-size: 12px;
				}
.links1 A:active 
				{
					text-decoration: none;
					color: #FF0000;
					font-family: Arial, Helvetica, sans-serif;
					font-size: 12px;
				}
.links1 A:hover
				{
					text-decoration: none;
					color: #FF0000;
					font-family: Arial, Helvetica, sans-serif;
					font-size: 12px;
				}

.links2 A:link	{
					text-decoration: none;
					color: white;
					font-family: Arial, Helvetica, sans-serif;
					font-size: 12px;
				}
.links2 A:visited 
				{
					text-decoration: none;
					color: white;
					font-family: Arial, Helvetica, sans-serif;
					font-size: 12px;
				}
.links2 A:active 
				{
					text-decoration: none;
					color: #FF0000;
					font-family: Arial, Helvetica, sans-serif;
					font-size: 12px;
				}
.links2 A:hover
				{
					text-decoration: none;
					color: #FF0000;
					font-family: Arial, Helvetica, sans-serif;
					font-size: 12px;
				}
body
				{
					font-weight: normal;
				}
p
				{
					font-weight: normal;
				}
					
