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

a {
	color: #ff0000;
	text-decoration: none;
}
a:hover {
	color: #0042ff;
}
li {
	margin: 12px 0;
}

/*OTHER*/
img { 
	border: 0;
}
.displayNull {
	display: none;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}