body {
  margin:0;
  text-align:center;
  background:silver;
}
#page {
  margin:auto;
  text-align:left;
  width:766px;
  font-family:Verdana;
  font-size:12px;
  border:1px black solid;
}
#content {
  
  padding: 0px 50px 0 60px;
}
a {
   color: #DD0000;
   text-decoration: underline;
}
a:visited {
   color: #000000;
   text-decoration: none;
}
a:hover {
   color: #DD0000;
   text-decoration: none;
}



#nanoware{
padding-left:10px;
padding-top:10px;
float:left;
}

#nanoware a{
font-size:10px;
color:gray;
}

#nanoware a:hover{
font-size:10px;
color:red;
}