a:link {
	color: #000000;
	text-decoration: none;
	
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #B06732;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}

a.menu:link {
	color: #330000;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
a.menu:visited {
	color: #330000;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
a.menu:hover {
	color: #E0B372;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
a.menu:active {
	color: #330000;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

a.edit:link {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
a.edit:visited {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
a.edit:hover {
	color: #B06732;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
a.edit:active {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

a.start:link {
	color: #FBDC99;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
a.start:visited {
	color: #FBDC99;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
a.start:hover {
	color: #E0B372;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
a.start:active {
	color: #FBDC99;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
