body {
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
}
div#logo{
position: absolute;
top:0px;
left:0px;
z-index:1
}

div#contentholder {
	border-top: 3px solid #e7e7e7;
	border-right: 8px solid #e7e7e7;
	border-left: 21px solid #e7e7e7;
	border-bottom: 3px solid #e7e7e7;
	height: auto;
	width: 535px;
	margin-left: 168px;
	margin-top: 123px;
	padding-left:8px;
}
div#firefox{
margin-left:405px;
padding-bottom:25px;
}

.space{
clear:both;
}
.bold{
font-weight:bold;
}
.featurebox{
margin-top:15px;
width:513px;
height:auto;
padding:5px;
}
.justlaunched{
/*margin-top:15px;*/
width:523px;
height:auto;

}

.featurethumb{
float:left; 
clear:right; 
margin-right:5px; 
}
.featurehead{
display:block; 
margin-bottom:8px;
}
.contentblock{
width:513px;
margin-top:0px;

}
.boldblue{
font-weight:bold;
color:#1B0861;
}
.lightblue{
color:#2E487C;
}

a:link {
  color: #990000; 
  text-decoration:none;
  }
 a:visited {
  color: #CC6600; 
  text-decoration:none;
}
a:hover { /*this effect is not shown in NN4.xx*/
  color: #990000; 
  text-decoration: underline; 
  }
