/* 
Project: Tormore
Filename: terms.css
Date: Oct 13
Revised: n/a
*/



body {
	margin: 0 0 0 0;
	padding: 20px 30px;
	height: 100%;  
	font-size: 14px;	
	line-height: 1.5em;
	color: #4e4c4c;
	text-align: left;
	font-family: 'Merriweather', serif;
	font-weight: 300;
    }


body a img {
	border: none;
}




/*------ general styles ------*/



.disguise {
	position: absolute;
	left: -10000px;
	}
	
.hide {
	display: none;
	}


/* div clear floats */	
	
.clear {
	clear: both;
	overflow: hidden;
	line-height: 0 !important;
	height: 0 !important;
	font-size: 0 !important;
	margin: 0 !important;
	}
	

	
/* self-clear floats */

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }


a:focus,
a:hover,
a:active{
	outline:none;
}

a{
	text-decoration: underline;
	color: #000;
	}

