




body {  background-color: #666666; font-family: Tahoma, Arial, Helvetica,sans-serif;
}
  .highrow {
position:     absolute;
top:            10px;
left:           300px;
width:        600px;
height:         40px;
background-color:  #666666;
 }

 .nextrow {

 position:     absolute;
top:            50px;
left:           300px;
width:        600px;
height:         80px;
background-color:  #666666; }



.toprow {
position:     absolute;
top:            130px;
left:           300px;
width:        600px;
height:         50px;
background-color:  #666666;
}
.bigrow {
position:     absolute;
top:           180px;
left:          300px;
width:        600px;
height:        400px;
background-color: #66ccff;
}
  .littlerow {
position:       absolute;
top:            540px;
left:           300px;
width:          150px;
height:         70px;
background-color: #ccddff;
font-size:    xx-small;
padding-left:  20px
}

  .littlerow2 {
position:       absolute;
top:            540px;
left:           450px;
width:          150px;
height:         70px;
background-color: #ccddff;
font-size:    xx-small;
}
  .littlerow3 {
position:       absolute;
top:            540px;
left:           600px;
width:          300px;
height:         70px;
background-color: #ccddff;
font-size:   xx-small;
}


.reallybig1 {
position:     absolute;
top:          610px;
left:         300px;
width:        200px;
height:       650px;
background-color: #33ff99;
padding-left:  20px


}

.reallybig2 {
position:     absolute;
top:          610px;
left:        500px;
width:        200px;
height:       650px;
background-color: #33ff99;


}



.reallybig3 {
position:     absolute;
top:       610px;
left:        700px;
width:        200px;
height:       650px;
background-color: #33ff99;


}

.smallerrow {
position:       absolute;
top:            1260px;
left:           300px;
width:          600px;
height:         80px;
background-color: #ccddff;

}

 .bottomrow {
position:     absolute;
top:           1340px;
left:           300px;
width:        600px;
height:         60px;
background-color:  #666666;
 }





  a {
  color: #ff0000;
  font-style: underline;
  font-weight: 600
}


a visited {
color: #6666ff;
font-style: underline;
font-weight:600
}



h1 {
  font-size: large;
  color: #FF0033;
  font-weight: 800;
  margin-left: 20px;
}

     h2 {
  font-size: medium;
  color: #6666FF;
  margin-left: 20px;
}
h3 {
  font-size: x-small;
  margin-left: 20px;



}

  h4 {
  font-size: xx-small;
  font-weight: 500;
  margin-left: 20px;

}

   h5 {
  font-size: xx-small;
  font-weight: 500;
  color: #cccccc;
  margin-left: 20px;


}