a {
    text-decoration: none;
	color: #bcbabb;
}

a:hover {
    text-decoration: none;
	color: yellow;
}

.prjln {
    color: yellow;
    text-decoration: none;
	font-size: 14pt;
}

.prjln:hover {
    color: white;
    text-decoration: none;
	font-size: 14pt;
}

.mailln:hover {
    color: yellow;
    text-decoration: underline;
}

.mailln {
    color: #C2B6BA;
    text-decoration: none;
}

.mailln:hover {
    color: yellow;
    text-decoration: underline;
}

#menu div a:hover {
	display: block;
	color: yellow;
	background-color: #005e32;
	font-weight: none;
}

#menu div a {
	display: block;
	color: yellow;
	text-decoration: none;
}

#submenu div a:hover {
	display: block;
	color: yellow;
	background-color: #005e32;
	font-weight: none;
}

#submenu div a {
	display: block;
	color: yellow;
	text-decoration: none;
}

div a {
	color: white;	
}


