* {
	margin: 0;
	padding: 0;
	font: 13px/15px "Times New Roman", Times, serif;
	color: #000;
	border: none;
}

html, body {
	width: 100%;
	height: 100%;
}

a:link, a:visited { 
	outline: none;
	color: #ff3861;
	text-decoration: underline;
	font: bold italic 13px/15px "Times New Roman", Times, serif;
}  

a:active, a:hover { 
	outline: none;
	color: #ff3861; 
	text-decoration: underline; 
	font-style: italic;
	font: bold italic 13px/15px "Times New Roman", Times, serif;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */