.whitetitle {
	color: #ffffff;
	font-size: x-large;
	font-weight: bold;
	font-style: bold;
	font-family: "Arial", "Helvetica", "sans-serif"
}

.blacktitle {
	color: #000000;
	font-size: x-large;
	font-weight: bold;
	font-family: "Arial", "Helvetica", "sans-serif"
}

.blacksubtitle {
	color: #000000;
	font-size: large;
	font-weight: bold;
	font-family: "Arial", "Helvetica", "sans-serif"
}

.blackmenutext {
	color: #000000;
	font-size: small;
	font-family: "Arial", "Helvetica", "sans-serif"
}

.blacktext {
	color: #000000;
	font-size: small;
	font-family: "Arial", "Helvetica", "sans-serif"
}
.whitelargetext {
        color: #ffffff;
        font-size: x-large;
        font-family: "Arial", "Helvetica", "sans-serif"


}
.whitetext {
	color: #ffffff;
	font-size: small;
	font-family: "Arial", "Helvetica", "sans-serif"


}
.blacksmalltext {
	color: #000000;
	font-size: xx-small;
	font-family: "Arial", "Helvetica", "sans-serif"
}

a.menu:link {
	color: #000000;
	text-decoration: none
}

a.menu:active {
	color: #000000;
	text-decoration: none
}

a.menu:visited {
	color: #000000;
	text-decoration: none
}

a.menu:hover {
	color: #0000ff;
	text-decoration: none
}	

a.menured:link {
        color: "red";  
        text-decoration: none
}

a.menured:active {
        color: #000000;
        text-decoration: none
}

a.menured:visited {
        color: #000000;
        text-decoration: none
}
        
a.menured:hover {
        color: #0000ff;
        text-decoration: none
}
