@charset "utf-8";
/* CSS Document */

/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	background-color: #CCC;
}

a:link {
	text-decoration: none;
	color: #F30;
	background-color: #CCC
}
a:active { text-decoration: none; }
a:visited {
	text-decoration: none;
	color: #F30;
	background-color: #CCC
}
a:hover {
	text-decoration: none;
	color: #CCC;
	background-color: #F30
}

p {
font-weight: normal;
}
