/* CSS Document */

#footer {
	text-align: center;
	color: #999999;
}

#footer h1 {color: #000000} /* black */
#footer h2 {color: #000000} /* black */
#footer h1, #footer h2 {text-transform: uppercase;}
#footer h3 {margin-bottom: 5px;}

#footer a {font-weight: normal; text-decoration: none; text-align: right;}
#footer a, #footer a:visited {color: #000000} /* black */
#footer a:hover {color: #ad1793} /* purple */
