body {
  background-color: #000;
  font-family:  "segoe ui",arial,verdana,helvetica,serif;
  font-size: 11pt;
  color: #888;
  text-align:left;
}

table {
  width: 100%; 
  border-collapse: collapse; 
  border-spacing: 2px 2px; 
  text-align: left;
}

div#cont{
  position: absolute;
  top: 10px;
  left: 120px;
  width:800;
}

div#nav {
  position: absolute;
  top: 8px;
  left: 2px;
  margin-left: 0 0 0 0;
  width: 140px;
  /*border-right: 1px solid #999;
  border-bottom: 1px solid white;*/
}

h1 {
	text-align: center;
	}

div.keyw {
	width:30%;
	text-align:right;
    float:left;
	}
div.data{
	margin-left:32%;
	text-align:left;
	}
	
div.thumb {
	text-align:center;
	float:left;
	padding-right:20px;
	height:270px;
    font-size: 10pt;
	}
	
img {
	border: 0px;
	}
	
a:link {color: #FFFFFF; text-decoration: none; border:none;}
a:visited {color: #AAAAAA; text-decoration: none; border:none;}
a:hover {color: #0055ff; text-decoration: none;border:none;}
a:active {color: #0000ff; border:none;}
