/* CSS Document */
a  {
display:block;
width:100%;
height:100%;
text-decoration:none;

}
a:link {
color:#231282;
font-weight:bold;

}

a:hover {


background-color:#bdbc93;
text-decoration:none;
color:#231282;

}

p {
text-align:center;
font-size:20px;
color:#85857c;
font-weight:bolder;
}

hr {
width:100%;
color:#003399;
height:2px;
}
body{




margin-top:15px;
}

div.table {

float:left;
width:60%;
margin-left:10px;
}
div.image {
float:left;

}
table {

border-style:outset;
border-width:4px;
border-color:#9b9b9a;
border-collapse:separate;
border-spacing:2px;



}

td {
border: 2px solid #9b9b9a;
font:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
width:7%;
text-align:center;

}

td.design {
font-weight:bold;
color:#41413b;
background-color:#bdbc93;
font-size:16px;
width:14%;
text-align:left;
}

img {

margin-left:15px;
border: 4px ridge #9b9b9a;
padding:3px;
}