/* CSS STYLE 
*/

body {
  background-color:#ffffff;
  font-size:62.5%;
}

p {
  font-weight: bold;
  font-size:1.4em;
  color: #ee0000;
}

h1 {
  font-family:Comic Sans MS;
  font-weight: normal;
  font-size:1.9em;
  color: #0000ff;
}

h2 {
  font-family:Comic Sans MS;
  font-weight: normal;
  font-size:1.7em;
  color: #0000ff;
}

a {
  font-size : 1.0em;
  font-family:Comic Sans MS;
  color : #0000ff; 
  font-weight: normal;
}

a:link {
  text-decoration: underline;
  color: #0000ff;
}

a:visited {
  text-decoration: underline;
  color: #ff0000;
}

a:hover {
  text-decoration: underline;
  color: #FF0000;
}

a:active {
  text-decoration: none;
  color: #0000ff;
 }

.start {color:#ff0000;
}


#txtbox1, #tablebox, #linkbox1 {
  position: absolute;
}

#txtbox1 {
  top: 0%;
  left: 25%;
  height: 2%;
  width: 60%;
  /*border: 1px solid red;*/
}

#tablebox {
  top: 4.5%;
  left: 1%;
  height: 95%;
  width: 99%;
  /*border: 1px solid red;*/
}

table.runs th, table.runs td {
  font-size : 0.8em;
  font-family:Comic Sans MS;
  color : #0000ff; 
  background-color: #d0f0ff;
}

#linkbox1 {
  top: 96%;
  left: 1%;
  /*border: 1px solid red;*/
}



