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

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

}
a:visited {
color:#003399;
}
a:hover {


background-color:#c6c4c4;
text-decoration:underline;
padding:none;
}

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

hr {
width:100%;
color:#96344d;
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:#96344d;
border-collapse:separate;
border-spacing:2px;





}

td {
border: 2px solid #a2a2a2;
font:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;

text-align:center;


}

td.design {
font-weight:bold;
color:#6d142b;
background-color:#a2a2a2;
font-size:16px;
border: 2px solid #923142;
text-align:left;

}

img {

margin-left:15px;
border: 4px ridge #96344d;
padding:3px;
}