/* CSS Document */

body {
  background-color: #2b2b2b;
  margin-top: 0px;
  margin-bottom: 0px;
  overflow:scroll;}

a {
  color: #ff00cc;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
	color:#666666;
}

.page {
  margin-left: 100px;
  width: 850px;
	color: e5e5e5;
  min-height: 100px;
}

.text {
	font-family: "Trebuchet MS",Georgia,Serif;
	font-size: 11pt;
	color: #F5982B;
}