/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @au
thor Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	background: #fff;
	word-spacing: 0.5pt;
	color: #333;
	margin-left: 20px;
	text-decoration: none;
}

body.section-1 {text-decoration: none; color: #333;  }
body.section-2 {text-decoration: none; color: #333;  }
body.section-3 {text-decoration: none; color: #333;  }

a:link {
	text-decoration: none;
	color: #333;
	outline: none;
}
a:active {
	color: #333;
	text-decoration: none;
	outline: none;
}
a:visited {
	color: #333;
	text-decoration: none;
	outline: none;
}
a:hover {
	background-color: #FFFF00;
	height: auto;
	width: auto;
	text-decoration: none;
	outline: none;
}


