body {
background-color:#FFE5E5;
font-size:14.0pt;
font-family:"Cambria","serif";
text-decoration: none !important;
}


h1 {
color:darkblue;
}


img {
padding:10px;
}

#centerDIV {
width:950px; 
margin:0 auto;
}

.mainContent {
width:100%; 
margin-top:0px; 
background-color:white; 
padding:30px; 
height: auto;
overflow:auto;

}

#towertourText {
border: 2px solid;
border-radius: 10px;
padding:10px;
margin:0 auto;
}
#prevNext {
margin:10px 0px 0px 0px;
text-align:right;
}

a {
  text-decoration: none;
}

#galleryPreview {
align:center;
margin: 5px 10px 5px 5px;
padding:5px;
width:150px;
height:150px;
float:left;
border: 2px solid;
border-radius: 18px;
}

#galleryPreview img{
padding:5px;
width:140px;
height:140px;
border-radius: 10px;
}


#photobox {
float:left;
padding:30 100 30 100;
margin:0 auto;
margin-left:40px;
magrin-top:-40px;
position:absolute;
z-index:5;
background-color:black;
display: none;

}

#photoboxtable {
background-color:white;
border-radius: 18px;
}

#photobox a {
text-decoration:none;
color:white;
}



.QuizBox {
 background-color: white;
 width: auto;
 height: auto;
box-shadow: 10px 10px 5px #888888;
border-style: solid;
border-width: 1px;
float:left;
border-radius: 10px;
margin:15px;
}


.QuizBox .QuizHeadIcon {
border-radius: 10px 0px 0px 0px;
width:50px;
position:absolute;
}

.QuizBox .QuizheaderYLW {
height:30px;
 background-color: #DFB746;
 color:white;
 font-weight:bold;
 padding:12px 8px 8px 60px;
border-radius: 10px 10px 0px 0px;
}

.QuizBox .QuizheaderGRN {
height:30px;
 background-color: #A1B963;
 color:white;
 font-weight:bold;
 padding:12px 8px 8px 60px;
border-radius: 10px 10px 0px 0px;
}

.QuizBox .QuizheaderBLU {
height:30px;
 background-color: #48ACBD;
 color:white;
 font-weight:bold;
 padding:12px 8px 8px 60px;
border-radius: 10px 10px 0px 0px;
}


.QuizBox .QuizText {
padding:8px;
}

.QuizBox .QuizFooter {
display:none;
height:50px;
color: #ff;
padding:8px;
text-decoration: none !important;
border-radius: 0px 0px 10px 10px;
background-color: #aaaaaa;
}