/*
Author: Apex
Author URI: http://www.noapex.org/
*/

@import url("master.css");
@import url("content.css");

body  {
margin: 0;
padding: 0;
font:12px Verdana, Helvetica, sans-serif;
background-color:#D23131;
}

img  {
border:0px;
display:block;
}

ul  {
margin: 0;
padding: 0;
list-style:none;
}

h5  {
font-size:small;
}

.float  {
float:left;
}

a:link {text-decoration : none; color : #E14E0E;}
a:visited {text-decoration : none; color : #E14E0E;}
a:hover {text-decoration : none; color : #578DA0;}
a:active {text-decoration : none; color : #578DA0;}

/* clear
***********************************************************************************************/

.clearfix { 
display: inline;
}

/* Hides from IE-mac \*/
* html .clearfix  {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clearfix:after  {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clear  {
clear:both;
}