img {
  border: none;
	vertical-align: middle;
}

a:link {
 	color: #002a54;
	text-decoration:none;
}

a:visited {
  color: #444488;
	text-decoration:none;
}

a:active {
  color: 000000;
	text-decoration:none;
}

a:hover {
  color: #ff6666;
	text-decoration:none;
}

h1 {	
	line-height:1;
	font: small-caps bold 20px tahoma, arial;
	color: #002a54;
	}

body {
		 margin:5px;
		 background-color: #888897;
     font: 11px tahoma, arial;
		 text-align:center;
		 scrollbar-3dLight-Color: #000000;
     scrollbar-Arrow-Color: #555555;
     scrollbar-Base-Color: #888897;
     scrollbar-DarkShadow-Color: 555555;
     scrollbar-Face-Color: #888897;
     scrollbar-Highlight-Color: #999997;
     scrollbar-Shadow-Color: #777797;
     scrollbar-Track-Color: 444455;
}

.box {
     position:relative;
		 top:150px;
		 width:600px;
		 height:auto;
		 border:1px solid #000000;
		 margin:auto;
		 padding:10px;
		 background-color:#ffffff;
		 background-image: url("../images/planetd.gif");
		 background-repeat: no-repeat;
     background-position: center;
} 