a:link {
     color: #D2691E;
	  text-decoration: none;
     background-color: transparent;
     }

a:visited {
     color: #A52A2A;
	  text-decoration: none;
     background-color: transparent;
     }

a:hover {
     color: #A52A2A;
     text-decoration: underline;
     }

a:active {
     color: #A52A2A;
	  text-decoration: none;
     background-color: transparent;
     }
	  
a.footer:link {
     color: Yellow;
	  text-decoration: none;
     background-color: transparent;
     }

a.footer:visited {
     color: #FFD700;
	  text-decoration: none;
     background-color: transparent;
     }

a.footer:hover {
     color: #DAA520;
     text-decoration: underline;
     }

a.footer:active {
     color: #FFD700;
	  text-decoration: none;
     background-color: transparent;
     }
#sidelinks {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: center;
	width: 267px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

#sidelinks a:link,
#sidelinks a:visited {
	color:#ffffff;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
}
#sidelinks a:hover {
	text-decoration:none;
	color:#CCCCCC;
}
.names {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

