/*
Smak av Valdres
© 2004 Potetgutta · www.potetgutta.no
www.smakavvaldres.no
*/

/*
Tekststil for mellomtitler
*/
.mellomtittel {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	text-align: justify;
	color: #47AA42;
	text-decoration: none;
}

/*
Tekststil for td'er
*/
td {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:none;
	text-align: left;
	color: #423626;
	text-decoration: none;
}

/*
Tekststil for menyen
*/
.meny {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	color: #000000;
	text-decoration: none;
}

a  { 
font-weight: bold;
text-decoration: none; 
COLOR: #000000;
CURSOR: hand;
}

a:hover { 
COLOR: #000000;
font-weight: bold;
text-decoration: none;
CURSOR: hand;
}

/*
Tekststil for submenyen
*/
.submeny {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	font-weight:normal;
	color: #018752;
	text-decoration: none;
}

.submeny a  {
font-weight: normal;
text-decoration: none;
COLOR: #018752;
}

.submeny a:hover {
COLOR: #018752;
font-weight: normal;
text-decoration: none;
}

/*
Attributter for dokumentet
*/
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
