.text {
  font-family: Chiller, Comic Sans MS;
  color: blue;
  font-size: x-small;
  otext-align: right;
}

.small {
  font-family: Chiller, Comic Sans MS;
  color: black; 
  text-decoration: none;
  font-weight: bold;
}

.button {
  font-family: Chiller, Comic Sans MS;
  color: black; 
  text-decoration: none;
  font-size: medium;
}

.header {
  font-family: Chiller, Comic Sans MS;
  font-weight: bolder;
  color: white;
  font-size: x-small;
  background-color: blue;
}

.body {
  font-family: Chiller, Comic Sans MS;
  font-weight: normal;
  color: black;
  font-size: medium;
  text-transform: capitalize;
}

.hidden {
  font-family: Chiller, Comic Sans MS;
  font-weight: normal;
  color: white;
  font-size: medium;
  text-transform: capitalize;
}

.links { 
  font-family: Chiller, Comic Sans MS;
  color: Blue; 
  font-size: large;
  text-decoration: none;
}       

A:link { 
  font-family: Chiller, Comic Sans MS;
  color: Blue; 
  font-size: large;
  text-decoration: none;
}       

A:visited { 
  font-family: Chiller, Comic Sans MS;
  color: DarkBlue; 
  font-size: large;
  text-decoration: none;
}       

A:active { 
  font-family: Chiller, Comic Sans MS;
  color: DarkBlue; 
  font-size: large;
  text-decoration: none;
}       

.trailer {
  font-family: Chiller, Comic Sans MS;
  font-style: oblique;
  font-weight: bold;
  font-size: x-small;
  text-transform: capitalize;
}

.title {
  font-family: Chiller, Comic Sans MS;
  font-style: oblique;
  font-weight: normal;
  color: black;
  font-size: x-large;
  text-transform: capitalize;
}

.banner {
  font-family: Chiller, Comic Sans MS;
  font-weight: bold;
  color: black;
  font-size: x-large;
  text-align: center;
}

.big_banner {
  font-family: Chiller, Comic Sans MS;
  font-weight: normal;
  color: black;
  font-size: xx-large;
  text-align: center;
  text-transform: capitalize;
}
