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

* {
margin:0;
padding:0;
}

body {
	background-color: #4206B0;
	text-align:center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:62.5%;
}

/* floats */

.fltLt {
	float: left;
}

.fltRt {
	float: right;
}

.clearFlt {
	clear: both;
}


a	{
	font-weight: bold;
}


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

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

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

a:active, a:focus {
	color: #FF0000;
	text-decoration: underline
}

