body {
   font-family: helvetica, arial;
   background-color: #afe1ed; 
   margin: .2cm .5cm .5cm .5cm;
}

pre {
   font-family: "lucinda console"}

hr {
   height: 1px;
}

#rightpic {
   float: right;
   padding: 5px;
   width: 500px;
}

#leftpic {
   float: left;
   padding: 5px;
   width: 500px;
}

h1, .main-title {
   font-size: 1.6em;
}

.sub-title {
   font-size: 1.1em;
   font-weight: bold; 
}

.city-state {
   font-weight: bold; 
}

.video-info, .small-font {
   font-size: .8em;
}

.navlink a:link, .navlink a:visited {
   background-color: transparent;
   text-decoration: none;
   color: black;
}
.navlink a:hover,  .navlink a:active {
   background-color: transparent;
   text-decoration: underline;
   color: #332244;
}

.main-table {
    background-color: white;
    padding: .60cm;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

td {
   white-space: nowrap;
   text-align: left;
}

