body {
background: 1f2f3f;
margin: 0px;
}

.text {
font-family: verdana;
font-size: 10px;
}

.title {
font-family: arial, verdana;
font-size: 14px;
}

a { text-decoration: underline; }
a:link { color: #dddddd; }
a:active { color: #dddddd; }
a:visited { color: #dddddd; }
a:hover { color: #ffcc00; }

a.emenu { text-decoration: none; }
a.emenu:link { color: #dddddd; }
a.emenu:active { color: #dddddd; }
a.emenu:visited { color: #dddddd; }
a.emenu:hover { color: #ffffff; text-decoration: underline; }

.menu { position:absolute; 
		visibility:hidden; 
		background-color: #344E68; 
		color: black;
		width: 190px;
		height: auto;
		border-style: solid; 
		border-color: black; 
		border-width: 0px; 
		padding: 0px;
		font-size : 12px;
		font-family: "arial", "helvetica";
		font-weight: bold;
		line-height: 16px;}