.text {
  color: black; 
  font-family: Garamond;
  font-weight: bold;
  font-size: x-small;
}
.links {
  color: black; 
  font-family: Garamond;
  text-decoration: underline;
  font-weight: bold;
  font-size: x-small;
}
.history {
  color: red;
  font-size: x-small;
}
.header {
font-family: Garamond;
font-weight: bolder;
color: white;
font-size: x-small;
background-color: blue;
}
.body {
font-family: Garamond;
font-style: oblique;
font-weight: normal;
color: black;
font-size: small;
text-transform: capitalize;
}

A:link { 
  color: blue; 
  text-decoration: underline;
  font-weight: bold;
}       

A:visited { 
  color: blue; 
  text-decoration: underline;
  font-weight: bold;
}       

A:active { 
  color: blue; 
  text-decoration: underline;
  font-weight: bold;
}       

.trailer {
font-family: verdana;
font-style: oblique;
font-weight: bold;
font-size: x-small;
text-transform: capitalize;
}
.title {
font-family: Garamond;
font-style: oblique;
font-weight: normal;
color: red;
font-size: large;
text-transform: capitalize;
}
.banner {
font-weight: bold;
color: red;
font-size: x-large;
background-color: white;
text-align: center;
border: 8pt;
border-color: white;
}
