/* Inserire gli style personalizzati 
body {
	font-family: courier, Helvetica, sans-serif;
}*/

body {
	color: #eee;
	background-color:#303336;
}
a {
	color: #97BF0D;
	text-decoration: none;
}
a:hover {
	color: #eee;
}