body {
  margin:0px;
  padding:0px;
}

.title {
  margin:40px 20px 20px 30px;
}

#nav ul {
  margin: 30px 12px 10px 0px;
  list-style: none;
}

#nav li {
   font-size: .7em;
   font-family: times new roman, times, serif;
   text-transform: uppercase;
   font-weight: bold;
   padding: 0px 0px 12px 0px;
   text-align: right;
}

#nav li a {
   text-decoration: none;
   color: #656565;
}

#nav li a:hover {
   text-decoration: underline;
   color: red; 
}

#content {
   margin: 30px 60px 30px 30px;
}

#content p {
   font-family: times new roman, times, serif;
   font-size: .9em;
   color: #000000;
}

#content li {
   font-family: times new roman, times, serif;
   font-size: .9em;
   padding: 0px 0px 15px 8px;
}


h1 {
   text-transform: uppercase;
   letter-spacing: .2em;
   font-size: 1.2em;
   color: #656565;
}

h2 {

}

#content a {
   color:#FF6141; 
   font-weight: bold;
   text-decoration: none;
}

#content a:hover {
   color: red;
   text-decoration: underline;
}

div.tiny {
   font-family: times new roman, times, serif;
   color: #000000;
   font-size: .7em;
   padding: 6px;
   text-align: center;
}