.class1 A:link {text-decoration: none; color: white; font-size: 12 }
.class1 A:visited {text-decoration: none; color: white; font-size: 12}
.class1 A:active {text-decoration: none; font-size: 12}
.class1 A:hover {color: red; font-size: 12}

A:link {text-decoration: none; color: blue;}
A:visited {text-decoration: none; color: blue;}
A:active {text-decoration: none; color: blue;}
A:hover {color: red;}

h1 {font-size: 20; margin-bottom:1px; margin-top:0px;}

h2 {font-size: 15; margin-bottom:1px;}

b {font-size: 15;}

h1, h2, b {color: #4582BA;}

li { }

.main {font-size: 15; color: #1d1d1d; line-height: 1.3;}

.inbetween {font-size: 13; color: #1d1d1dk; line-height: 1.3;}

.smaller {font-size: 12; color: #1d1d1d; line-height: 1.3;}





/**
 * Kids section
 **/

.kidsmenu {
  width: 423px;
  height: 10px
  background: green;
}

.sproutslogo, .superheroeslogo, .jamlogo {
  width: 140px;
  text-align: center;
}

.kidslogo {
  position: relative;
  left: 103px
}

.sproutslogo {
  position: relative;
  top: 0px;
}

.superheroeslogo {
  position: relative;
  left: 146px;
  top: -109px;
}

.jamlogo {
  position: relative;
  left: 291px;
  top: -219px;
}

.kidstext {
  position: relative;
  top: -206px;
}

.crb {
  position: relative;
  top: -165px;
}

/**
 * Quotes
 **/
 
.bqstart {
     float: left;
     height: 45px;
     margin-top: -20px;
     padding-top: 0px;
     margin-bottom: 0px;
     font-size: 700%;
     color: #4582BA;
 }

 .bqend {
     float: right;
     height: 25px;
     margin-top: -40px;
     padding-top: 0px;
     font-size: 700%;
     color: #4582BA;
 }
 
 .quotename {
     float: right;
	 padding: 0px 0px 10px 320px;
 }
 
