html, body {
  font-family: Helvetica, Arial, sans-serif;
  color: #666666;
  background-color: #000000;  
}

a:link, a:visited, a:active {
  text-decoration: none;
  color: #666666;
}

a:hover {
  text-decoration: none;
  border-bottom: 1px #666666 solid;
}

img 
{
  border: 1px solid #666666;  
}

li
{
  list-style:square;
}

#slogan-box {
  text-align: left;
  width: 420px;
  margin: auto;
  border: 1px #666666 solid;
  padding: 10px 10px 10px 10px;
}

#slogan-heading {
  font-family: Times New Roman, serif;
  font-size: 72px;
  font-weight: bold; 
  line-height: 1.0;
}

#slogan-text {
  font-size: 36px;
  font-weight: bold; 
  line-height: 1.5;
}

#toolbar {
  padding: 0px 0px 6px 0px;
  font-size: 12px;
  text-align: center;
  word-spacing: 6px;
}

#content-box {
  text-align: justify;
  border: 1px #666666 solid;
  width: 420px;
  margin: auto;
  padding: 10px 10px 10px 10px;
}

#thumbnail 
{
  float: left;
  margin: 0px 18px 0px 0px;
}

#copyright {
  padding: 6px 0px 0px 0px;
  font-size: 12px;
  text-align: center;
}

.heading {
  font-family: Times New Roman, serif;
  font-size: 36px;
  font-weight: bold; 
  line-height: 1.0;
}

.sub-heading {
  font-family: Times New Roman, serif;
  font-size: 24px;
  font-weight: bold; 
  line-height: 1.0;
}


.text {
  font-size: 18px;
  line-height: 1.25;
}

.link {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.25;
}

.clear {
  clear: both;
}
