#text {
  color: black;
  font-family: Helvetica, arial, sans-serif;
}

.textcenter {
  text-align: center;
}
  
#bold {
  font-weight: bold;
  font-color: red;
}  

body {
  background: url(bg-clipped.png) repeat-y; 
  background-color: #cccccc; 
}

:link img {
  border: none;
}