a.menu {
	position: relative;
	left: 40px;
	font-size: 20px;
	text-decoration: none;
}
a.listingmenu {
	position: relative;
	left: 0px;
	font-size: 20px;
	text-decoration: none;
}
a:link {
    color: #FFFFFF;
    font-weight: normal;
    font-style: normal;
}a:visited {
    color: #FFFFFF;
    font-weight: normal;
    font-style: normal;
}a:hover {
    color: #808080;
    text-decoration: underline;
    font-weight: normal;
    font-style: normal;
}
.admin {
color: #000000
}
a.admin{
font-size: small
}
a.admin:link {
    color: #000099;
    text-decoration: underline;
    font-weight: normal;
    font-style: normal;
}a.admin:visited {
    color: #400099;
    text-decoration: underline;
    font-weight: normal;
    font-style: normal;
}a.admin:hover {
    color: #000099;
    text-decoration: underline;
    font-weight: normal;
    font-style: normal;
}a.admin:active {
    color: #000099;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
}