a:link {
	color: #333333;
	text-decoration: none;
}     /* unvisited link */
a:visited {
	color: #333333;
	text-decoration: none;
}  /* visited link */
a:hover {
	color: #999999;
	text-decoration: underline;
}   /* mouse over link */
a:active {
	color: #333333;
	text-decoration: none;
}   /* selected link */
.textMic {
	font-family: "Trebuchet MS";
	font-size: 8px;
}
.textMic2 {

	font-family: "Trebuchet MS";
	font-size: 12px;
}
.legalText1 {
	font-family: "Trebuchet MS";
	font-size: 22px;
}
.legalText2 {
	font-family: "Trebuchet MS";
	font-size: 16px;
}
/*Footer*/
#footer {
	height:auto;
	margin:auto;
	width:800px;
	clear:both;
	font-size:8px;
	color:#666;
	text-align:center;
}
#footer ul {
	margin:0;
	padding:0;
	padding-left:90px;
	list-style-type:none;
}
#footer li {
	display:inline;
	padding-right:10px;
}
/*Legal*/
#legal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 25px;
}
#legal p {
	text-align: justify;
	font-size: 9px;
}
#legal ol {
	text-align: justify;
	font-size: 9px;
}
#legal h1 {
	text-align: justify;
	font-size: 14px;
}
