@font-face {
	font-family: "Nova Square";
	src: url("res/novasquare.ttf");
}

body {
	font-family: 'Nova Square', Arial, sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size:32;	
	color:#243642;
}

td {
	font-size:26;	
	text-align:center;
}

table {
	background-image: url("res/menu.png");
}

a {
	outline: none;
	text-decoration: none;
	padding: 2px 1px 0; 
}

a:link {
	color: #29506b;
}

a:visited {
	color: #29506b;
}

a:hover {
	color: #3c759d;
}

select.sellev {
	border: 0px;
	width: 104px;
	font-size: 26px;
	background-color: #CCCCCC;
	font-family: 'Nova Square', Arial, sans-serif;
	color:#243642;
}
