 html, body {
  text-align: center;
  background-color: #000000;
  color: #fff;
  margin: 0;
}

table, img {
  border: 0;
}

a:link,
a:visited {
  font-weight: bold;	
  color:#ffffff;		
  text-decoration:none;		
  font-size: 11px;  
}		

a:active, 
a:hover {
  font-weight: bold;		
  color: #fff;		
  text-decoration: none;		
  font-size: 11px;  
}

.a:link,
.a:visited {
  font-weight: bold;		
  color: #fff;		
  text-decoration:none;		
  font-size: 16px;  
}		
.a:active,
.a:hover {
  font-weight: bold;		
  color: #fff;		
  text-decoration:none;		
  font-size: 16px;  
}

/* MISC STYLES*/
div#gallery {
  width: 100%; margin: 0 auto;
  clear: both;
  padding-left: 25px;
}
a:focus { outline: 0 }
div.project {
  width: 160px; padding: 10px;
  float: left;
  text-align: center;
  margin: 0 auto;
}

div.project img { border: 1px solid #ddd }

div.project b {
  display: block;
  text-align: center;
}

div.project a {
  display: block;
  text-decoration: none;
}


input {
  font-size: 8px; 
  background-color: transparent; 
  height: 18px;
  width: 150px;
  padding: 0px;
  border: 1px solid #5F5F5F;
  color: #fff;
}

textarea {
  font-size: 12px; 
  background-color: transparent; 
  height: 150px;
  width: 150px;
  padding: 0px;
  border: 1px solid #5F5F5F;
  color: #fff;
}