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

body {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 11px;
	background: #fff;
	color: #333;
	margin-left: 33px;
	text-decoration: none;
	font-weight: bold;
}

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: #006699;
	text-decoration: none;
	outline: none;
}
a:visited {
	color: #333;
	text-decoration: none;
	outline: none;
}
a:hover {
	height: auto;
	width: auto;
	text-decoration: none;
	outline: none;
	color: #006699;
}

