.menu {
		font-family: Tahoma, sans-serif;
		text-decoration: none;
}

p {
	text-align: justify;
};

a {
	text-decoration: underline;
	font-weight: bold;
};

a:hover {
	color: #dc143c;
};

H3 {
	font-family: Tahoma, sans-serif;
	color: #dc143c;	
};

th {
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	background-color: #dcdcdc;
	color: #dc143c;
};

.menustyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
	text-align: center;
	
}
