body {
    margin: 0px;
    padding: 0px;
    min-width:600px;
    text-align:center;
    height:100%;
}
a img {
  border-style: none;
}
a {
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: black;
}
a:link { 
}
a:visited {
}
a:hover {
}
a:active { 
}

.main {
    margin-left:auto;
    margin-right:auto;
    height: 100%;
    width: 600px;
    vertical-align: middle;
    position:relative;
    height:auto;
}

.body {
    position:absolute;
    top: 150px;
    right: 0px;
    width: 600px;
    height: auto;
}
img {
    text-align: center;
    margin: 0px;
    padding: 0px;
    border-style: none;
}
table   {
   border-collapse: collapse;
   border-color: blue;
   margin-top: 20px;
   text-align: center;
}
tr {
   height: 200px;
}
td {
   cursor: pointer;
   width: 200px;
}
td#col1 { 
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #84171a;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #84171a;
}
td#col2 { 
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #84171a;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #84171a;
}
td#col3 { 
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #84171a;
}
p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: black;
}
strong {
    color: #010068;
} 
