<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*----------------------------------------------------------------------------- 

RAMA BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet 

version:   	1.0 
date:      	07/27/11 
author:		freshline
email:     	support@version-four.com 
website:   	http://www.version-four.com
-----------------------------------------------------------------------------*/

/***********************
	-	BASICS 	-
***********************/
html {
	width: 100%;
	/*overflow-x:hidden;
	margin: 0;
	padding: 0;*/
}

ol, ul { 
    list-style: none; 
}

a{
	text-decoration:none;
}





.example-wrapper{
	position:relative;
	width:980px;
	height:360px;
	margin:auto;
	margin-top:50px;	
}



/****************************
	-	BASIC DIVIDERS 	-
*****************************/
#small_divider {
	margin-top:8px;
}

#big_divider {
	margin-top:150px;
}
</pre></body></html>