/*Style Sheet for Mission: Impossible*/
/*Copyright Dave Brown*/
/*gnudawn.co.uk*/
/*Last mod: 25 April 2005*/

body {
  background: #ffc;
  color: #000;
  text-align: justify;
  font-family: "Verdana", "Arial", "Helvetica", sans-serif, "MS sans serif";
 }

a:link {
  color: #00f;
  background: transparent;
 }

a:active {
  color: #f00;
  background: #ff0;
 }

a:visited {
  color: #800;
  background: transparent;
 }

a:hover {
  color: #6cf;
  text-decoration: none;
  background: transparent;
 }

p {
  text-align: justify;
 }

pre {
 font-family: "Courier New","Courier", monospace;
}

h1 {
  font-size: 200%; 
  font-weight: bold;
  text-align: center;
  font-family: "Courier New","Courier", monospace;
 }

h2 {
  font-size: 180%; 
  font-weight: bold;
  font-family: "Courier New","Courier", monospace;
 }

h3 {
  font-size: 140%; 
  font-weight: bold;
  font-family: "Courier New","Courier", monospace;
  }

h4 {
  font-size: 120%; 
  font-weight: bold;
  font-family: "Courier New","Courier", monospace;
  }

h5 {
  font-size: 75%;
  text-align: right;
  margin-top: 5pt;
 }

hr {
  height: 1px;
  color: #000;
  background: transparent;
 }


.blue {
  color: #00f;
  background: transparent;
 }

.bold {
  font-weight: bold;
 }

.centre {
  text-align: center;
 }

.credits {
  font-size: 75%; 
  color: #f00;
  background: transparent;
  text-align: center; 
  font-family: "Comic Sans MS", "Helvetica", sans-serif;
  margin-top: 5pt;
  margin-bottom: 10pt;
 }

.credits-blk {
 font-size: 65%; 
 color: #000;
 background: transparent;
 text-align: center;
}

.emph {
  font-size: 110%; 
  font-weight: bold;
  color: #f00;
  background: transparent;
 }

.emph-blk {
 font-size: 110%; 
 font-weight: bold;
 }

.eptitle {
 color: red;
 background: transparent;
 font-weight: bold; 
 font-family: "Courier New","Courier", monospace;
 font-size: 110%;
}

.go-top {
  font-size: 150%; 
  font-weight: bold;
  font-family: "Courier New","Courier", monospace;
  margin-bottom: 10pt;
 }

.init-cap {
  font-size: 200%; 
  font-weight: bold;
  color: #f00;
  background: transparent;
  font-family: "Courier New","Courier", monospace;
 }

.init-h2cap {
  font-size: 150%; 
  font-weight: bold;
  color: #f00;
  background: transparent; 
  font-family: "Courier New","Courier", monospace;
 }

.init-h3cap {
  font-size: 130%; 
  font-weight: bold;
  color: #f00;
  background: transparent; 
  font-family: "Courier New","Courier", monospace;
 }

.italic {
  font-style: italic;
 }

.left {
 float: left;
 margin-right: 10px;
}

.little {
  font-size: 60%;
  text-align: right;
  margin-top: 5pt;
  font-family: "Comic Sans MS", "Helvetica", sans-serif;
 }

.maintable {
 text-align: center;
 width: 600px;
}

.nav {
  font-size: 70%; 
  color: #000;
  background: transparent;
  text-align: center;
 }

#navlist1 li, #navlist2 li, #navlist3 li {
 display: inline;
 list-style-type: none;
 padding-right: 5px;
}

.red {
 color: #f00;
 background: transparent;
}

.right {
 float: right;
 margin-left: 10px;
}

.textleft {
 text-align: left;
}

.type {
 font-family: "Courier New","Courier", monospace;
}

.vr {
  border-width: 0 1px 0 0;
  padding-right: 5px;
  border-color: #000;
  border-style: solid;
  background: transparent;
 }
.line {
 border: solid;
 color: black;
 border-width: 1px 0 0;
}

