.mainmenu{
    font-family: Arial;
	font-size: 10pt;
	color: #E2E2E2;
	text-align:right;
	font-weight: bold;
	background-color:black;
}

::selection {
background:#000000; /* Safari */
}

::-moz-selection {
background: #000000; /* Firefox */
}