/* CSS Document */

body {
       color: ffffff;
       background-color: #333333;
	   text-align: center;
	   font-family: Verdana, Arial, Helvetica, sans-serif;
	   font-size:8px;
	   }
	   
a {
	text-decoration: none;
	font-weight: bold;
	color:  #ffffff;
	outline: none;
	font-size: 12px;
	}
a:visited {
	color:  #ffffff;
	}
a:active {
	color:  #721826;
	}
a:hover {
	color: #721826;
	text-decoration: underline;
	}
