/* CSS STYLE 
*/

body {
  background-color: #c4c671;
  font-size:62.5%;
}

p {
  font-family:Comic Sans MS;
  font-weight: normal;
  font-size:1.4em;
  color: #000099;
}

h1 {
  font-family:Comic Sans MS;
  font-weight: normal;
  font-size:2.7em;
  color: #0000ff;
}

h2 {
  font-family:Comic Sans MS;
  font-weight: normal;
  font-size:1.7em;
  color: #0000ff;
}

h3 {
  font-family:Comic Sans MS;
  font-weight: normal;
  font-size:1.4em;
  color: #0000ff;
}

tt {
  font-family:Comic Sans MS;
  font-weight: normal;
  font-size:1.1em;
  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: #ff00ff;
}

a:active {
  text-decoration: underline;
  color: #0000ff;
 }

.start {color:#ff0000;
}

#txtbox  {
  position: absolute;
}

#txtbox {
  top : 2%;
  left: 5%;
  width : 90%;
  text-align: justify;
}

#aboutpic1 {
margin: 1px ;
float : right ;
width: 70%;
}

