/* @override http://www.tastingtours.it/style.css */

BODY {
margin: 0;
padding: 0;
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
}

A:hover {
color: #FF0000;
text-decoration: none;
}

A {
color: #fff;
text-decoration: none;
}

.code {
font-family: Courier, "Courier New", Monospaced, Serif;
}

a.menu_link {
color : #000000;
text-decoration : none;
	font-weight: bold;
	line-height: 20px;
}

a.menu_link:hover {
color : #FF0000;
text-decoration : none;
	font-weight: bold;
	line-height: 20px;
}

a.hl_link {
color : #fff;
text-decoration : none;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 3px;
	word-spacing: 4px;
	vertical-align: 5px;
}

a.hl_link:hover {
color : #FF0000;
text-decoration : none;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 3px;
	word-spacing: 4px;
	vertical-align: 5px;
}


.sub_title {
font-family : Arial, Helvetica, sans-serif;
font-size : 22px;
font-weight : bold;
}
