body {
	font-family: Arial, verdana, helvetica, sans-serif;
	background-color: #000000;
}

div.title {
  position: absolute;
  width: 200px;
  z-index: 1;
}

div.submenu {
	position: absolute;
	width: 200px;
	visibility: hidden;
	z-index: 1;
	left : 10px;
}


PRE, CODE, TT {
  font-family: monospace;
}

h1, h2, h3, h4, h5, h6, dt {
  font-family: Arial, verdana, helvetica, sans-serif;
  border-left: none;
}

A, ADDRESS, BLOCKQUOTE, BODY, CITE, CODE, DD, DEL, DFN, DIV, DL, DT, EM, FORM, H1, H2, H3, H4, H5, H6, IFRAME, IMG, KBD, LI, OBJECT, OL, P, Q, SAMP, SMALL, SPAN, STRONG, SUB, SUP, UL, VAR, APPLET, BIG, LEFT, DIR, FONT, HR, MENU, PRE, ABBR, ACRONYM, BDO, BUTTON, FIELDSET, INS, LABEL, LEGEND {
	text-transform: none;
	text-decoration: none;
	line-height : normal;
	font-size: 10pt;
}

CAPTION, COL, COLGROUP, TABLE, TD, TR {
	text-decoration: none;
	font-size: 10pt;
	height : 20px;
	line-height : 20px;
}

A:link {
	text-decoration: none;
	font-weight: bold;
	color : #00B5EF;
}

A:visited {
  text-decoration: none;
  font-weight: bold;
	color : #00B5EF;
}

A:active {
  text-decoration: none;
  font-weight: bold;
	color : #FFFFFF;
}

A:hover {
  text-decoration: none;
	color : #FFFFFF;
}

