body {
	background-color: #333333;
	margin: 0px;
	scrollbar-arrow-color: #CCFF00;
	scrollbar-face-color: ##444444;
	scrollbar-highlight-color: #555555;
	scrollbar-3dlight-color: #666666;
	scrollbar-shadow-color: #222222;
	scrollbar-darkshadow-color: #111111;
	scrollbar-track-color: #333333;
}
a:link {
	color: #CCFF00; 
	text-decoration: none;
}
a:active {
	color: #CCFF00;
	text-decoration: none;
}
a:visited {
	font-style: italic;
	color: #CCFF00;
	text-decoration: none;
}
a:hover {
	color: #CCFF00;
	text-decoration: underline;
}

h1{
  color:white;
  font-family:Georgia;
  margin:0 0 .25em 0;
  font-weight:normal;
  font-size:73px;
  text-align:center;
  margin:0;
  line-height:.6em;
  margin-top:10px;
}

h1 div{
  font-size:22px;
}


h2{
  color:white;
  font-family:Georgia;
  margin:0 0 .25em 0;
  font-weight:normal;
  font-size:22px;
}

h3{
  color:white;
  font-family:Georgia;
  margin:0;
  font-weight:normal;
  margin:0 0 .25em 0;
  font-size:16px;
}

h1 span, h3 span{
  color:#ccff00;
}

#contactform .type{
  width:177px;
  font-size:10px;
  float:left;
  clear:both;
  font-family:Arial,Helvetica,sans-serif;
  color:silver;
  font-style:italic;
}

#contactform textarea{
  width:177px;
  font-size:10px;
  height:100px;
  font-family:Arial,Helvetica,sans-serif;
  color:silver;
  font-style:italic;
}

#thebutton{
  font-size:10px;
  font-family:Arial,Helvetica,sans-serif;
  border:1px solid #ccff00;
  padding:1px 2px;
  margin-right:1px;
}

.tip {
	color: #fff;
	width: 139px;
}

.tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
	text-align:left;
}

.tip-text {
	text-align:left;
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
}

