body {
	background-color: #18366b;
}

body,td,th {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
	color: #D7D7E3;
}
a:visited {
	text-decoration: none;
	color: #D7D7E3;
}
a:hover {
	text-decoration: none;
	color: #4c798e;
}
a:active {
	text-decoration: none;
	color: #D7D7E3;
}
/** green box **/

#gbox {
  width: 914px;
  height: 374px;
  margin-top: 5px;
  margin-left: 15px;
}

#gbox-bot { background: bottom center url(graf/magiq_bot.jpg) no-repeat; height: 96px; }

#gbox-grd2 {
  background: #4C798E;
  padding: 8px;
  text-align: left;
  height: 340px;
  overflow: auto;
  }

#gbox h2 {
  font: bold 14px arial, sans-serif;
  color: #000;
  margin: 0;
}

#gbox p {
  font: 14px arial, sans-serif;
  margin: 1em 0;
  color: #fff;
}

