* {
	background-color: #3a3a3a;
	font-family: verdana;
	font-size: 10pt;
	color: white;
}
b {
	font-weight: bold;
	background: none;
}
table {
	height: 50%;
	border: 1px solid #e2c2a9;
	background-color: #272727;
}
td {
	text-align: center; 
	padding: 25; 
	background-color: #272727;
}
img {
	background-color: #272727;
}
a:link {
	color: white; 
	text-decoration: none;
}
a:visited {
	color: white; 
	text-decoration: none;
}
a:hover {
	color: lightgrey; 
	text-decoration: underline;
}
a:active {
	color: text-decoration: none;
}
td.logo {
	background-image: url('logo_owl.png');
	background-repeat: no-repeat;
	height: 154px;
	background-position: center;
}
td.menu {
	color: grey;
}
td.creation {
	font-size: 8pt;
}