.MixBox1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #000099;
}
.footer {
background-image: url(images/css-effect-footer.jpg);
background-repeat: repeat-x;
}
/* Url Under line*/
.underline
a:link {
	color: #000099;
	text-decoration:none;
}

a:visited {
	color:#000099;
	text-decoration:none;
}

a:hover {
	color:#000099;
	text-decoration:underline;
}


