/* CSS STYLE 
*/

body {
}

p {
  font-family:Comic Sans MS;
  font-weight: normal;
  font-size:14px;
  color: #000099;
}

h1 {
  font-family:Comic Sans MS;
  font-weight: normal;
  font-size:27px;
  color: #0000ff;
}

h2 {
  font-family:Comic Sans MS;
  font-weight: normal;
  font-size:17px;
  color: #0000ff;
}

h3 {
  font-family:Comic Sans MS;
  font-weight: normal;
  font-size:15px;
  color: #0000ff;
}

a {
  font-size : 16px;
  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;
}

#teeshirt, #linkbox {
  position: absolute;
}

#teeshirt {
  top : 50px;
  left: 10px;
  width : 990px;
}

#linkbox {
  top: 470px;
  left: 60px;
  width: 250px;
  text-align: justify;
}

