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

body {
	font-size: 10.5px;
	letter-spacing: 1.5px;
	font-family: Verdana, sans-serif;
	background: #FFF;
}

a:link { 
	text-decoration: underline;
		color: #000;
}
a:active { 
text-decoration: underline;
	color: #000;
}
a:visited { 
	text-decoration: underline; 
		color: #000;
}
a:hover { 
	text-decoration:none;
	color: #000;
	font-style: bold;
}
p.link {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	padding-top: 50px;
	word-spacing:20px;
}
	
table {
padding-top: 8%;
}
