@charset "UTF-8";
/* CSS Document */

a:link { 
	text-decoration: none;
	color: #D04D01;
	}
a:visited {
	color: #D04D01;
	text-decoration: none;

}
a:hover {
color: red; 
text-decoration: none;
} 

.center {text-align: center; }