/* CSS STYLE 
*/

body {
  background-color:#ffffff;
  font-size:62.5%;
}

p {
  font-family:Comic Sans MS;
  font-weight: normal;
  font-size:1.4em;

  color: #000000;
}

h1 {
  font-family:Comic Sans MS;
  font-weight: normal;
  font-size:2.6em;
  color: #00aa00;
}

h2 {
  font-family:Comic Sans MS;
  font-weight: normal;
  font-size:1.6em;
  color: #00aa00;
}

h3 {
  font-family:Comic Sans MS;
  font-weight: normal;
  font-size:1.4em;
  color: #00aa00;
}

tt {
  font-family:Comic Sans MS;
  font-weight: normal;
  font-size:1.5em;
  color: red;
}

em {
  font-family:Amienne;
  font-weight: bold;
  font-size:2.2em;
  color: ff6600;
}


.title {
  font-family:Comic Sans MS;
  font-weight: normal;
  font-size:1.5em;
  color: red;
}

a {
  font-size : 1.1em;
  font-family:Comic Sans MS;
  color : #0000ff; 
  font-weight: normal;
}

a:link {
  text-decoration: underline;
  color: #0000ff;
}

a:visited {
  text-decoration: underline;
  color: #0000ff;
}

a:hover {
  text-decoration: underline;
  color: #FF0000;
}

a:active {
  text-decoration: underline;
  color: #0000ff;
 }

a.logo {
  font-size : 1.2em;
  font-family:clarendon bt;
  color : #ff6600; 
  font-weight: bold;
}

a.logo:link {
  text-decoration: none;
  color: #ff6600;
}

a.logo:visited {
  text-decoration: none;
  color: #ff6600;
}

a.logo:hover {
  text-decoration: none;
  color: #ff4000;
}

a.logo:active {
  text-decoration: none;
  /*color: #ff6600;*/
 }



#titlebox, #navigationbox, #compatbox, #picbox,  #scrollbox, #wdlogobox {
  position: absolute;
}

#titlebox {
  top: 0%;
  left: 25%;
  height: 10%;
  width: 80%;
  /*border: 1px solid red;*/
}

#navigationbox {
  top: 20%;
  left: 82%;
  height: 80%;
  width: 27%;
  text-align: justify;
  /*border: 1px solid red;*/
}


#picbox {
  top: 20%;
  left: 30%;
  height: 55%;
  width: 50%;
  /*border: 2px solid black;*/
}

#wdlogobox {
  top: 89%;
  left: 7%;
  height: 3%;
  width: 10%;
  /*border: 2px solid black;*/
}


#scrollbox {
  top: 20%;
  left: 2%;
  height: 60%;
  width: 25%;
  /*border: 1px solid red;*/
}


