body {
     
font-family: Caladea, Cambria, Georgia, serif;
     margin: 0px auto;
     text-align: center;
     color: #332222; 
     background-color: #EFEFEF;
     line-height:1.6;      
}

h1 {
font-family:Tahoma, Arial, sans-serif;
    height:70px;
margin: 0px;
padding: 0px 10px;
font-size: 250%;
font-weight: bold;
border:0;
background-color:#332222;
color:#EFEFEF;
}

H1 a{
text-decoration: none;
}

a {
text-decoration: underline;
}

a:link {
color: #3F5767;
}

a:visited {
color: #8F3F67;
}

a:active {
color: #8FABBE;
}

a:hover {
color: #006699;
}

.column {
  float: left;
  width: 33.33%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.column p {
    text-align: left;
    padding: 10%;
}
/* Responsive layout - when the screen is less than 600px wide, make the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}

#navlinks {
	       margin:auto;

           }
#navlinks a { 
        	 font-size:large;
            padding:3px 5px 3px 5px;

          }
#main {
	width: 100%;
    max-width: 700px;
    height: auto;
    margin:auto;}

#messages {
      	padding: 10px;
      	max-width:700px;
      	margin: auto;
      	text-align: left;
      }


#footer {
        text-align:center;
        font-size:small;
        }
        
        
table.cast { 
margin: auto; 
        }
