html, body { 
  background-image: url("images/bewks2.jpg");
  background-color:#e2f4ff; 
  font: 16px Arial, Helvetica, Sans Serif; color:#000;
  margin:0;
  padding:0;
}

a:link {font: 13px Arial, Helvetica, Sans Serif; font-weight:bold; color:#0f6283;}
a:visited {font: 13px Arial, Helvetica, Sans Serif; text-decoration: none; font-weight:bold; color:#176a8b;}
a:active {font: 13px Arial, Helvetica, Sans Serif; font-weight:bold; color:#92c8de;}
a:hover {font: 13px Arial, Helvetica, Sans Serif; text-decoration: none; font-weight:bold; color:#6aa8c1;}

a.sm:link {font: 11px Arial, Helvetica, Sans Serif; font-weight:bold; color:#0f6283;}
a.sm:visited {font: 11px Arial, Helvetica, Sans Serif; text-decoration: none; font-weight:bold; color:#176a8b;}
a.sm:active {font: 11px Arial, Helvetica, Sans Serif; font-weight:bold; color:#92c8de;}
a.sm:hover {font: 11px Arial, Helvetica, Sans Serif; text-decoration: none; font-weight:bold; color:#6aa8c1;}

.small {font: 11px Arial, Helvetica, Sans Serif; text-decoration: none; color:#2c6a68;}
.med {font: 14px Arial, Helvetica, Sans Serif; text-decoration: none; color:#000;}

.container {
display: table;
border-width: 0px;
width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: none;
    padding: 0px;
    margin: 0px;
}

.row {
display: table-row;
border-style: solid;
border-width: 2px;
}

.col {
display: table-cell;
text-align: center;
vertical-align: top;
border-width: 0px;
}

.col2 {
display: table-cell;
vertical-align: top;
border: solid 2px #02588d;
border-radius: 25px;
background-color:#fff;
width:75%;
padding: 10px;
}

.col3 {
display: table-cell;
text-align: center;
vertical-align: top;
border-width: 0px;
width:50%;
}

.container2 {
    display: table;
    border: 1px solid #02588d;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    margin-top: none;
    padding: 12px;
    margin: 0px;
    text-align:left;
}

.row2 {
display: table-row;
}

.thumb {
border: 1px solid #000;
border-radius: 5px;
}

