@charset "utf-8";

.feher {
	color: #FFF;
}

body {
	background-image: url(images/hatter.jpg);
	background-repeat: repeat;
}

body {
	background-color: #C9D3F1;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
	font-variant: small-caps;
}
a:visited {
	text-decoration: none;
	font-variant: small-caps;
}
a:hover {
	text-decoration: none;
	color: white;
	background-color: blue;
	font-weight: bold;
	font-variant: small-caps;
}
a:active {
	text-decoration: none;
}


.tabla {
	background-color: #CBE4F3;
	
}


td.cella {
border-top-color: red;
border-top-width: thin;
border-top-style: solid;


border-bottom-color: red;
border-bottom-width: thin;
border-bottom-style: solid;

background-color: white;
}