table#main td {
border: 1px solid black;
text-align: center;
background-color: #66cdaa;
}

table#wrap td {
border: 1px solid black;
text-align: center;
background-color: #add8e6;
}

table#men td {
border: 1px solid black;
text-align: center;
background-color: #add8e6;
}

img {
border: 1px solid black;
text-align: right;

}
body {
background-color: #FFFACD;
}

table#men a {
color: black;
text-decoration: none;
}

table#men a:hover {
color: blue;
text-decoration: underline;
}

a:hover {
text-decoration: underline;
color: red;

}

a:visited {
color: blue;
}

a:visited:hover {
color: red;
}

p {
font-weight: 100;
}


h1 {font-size: 200%;
font-weight: 700;
font-name: arial;
}