body {
margin: 0;
padding: 0;
border: 0;
height: 100%; 
max-height: 100%; 
}

.spacer10 {
margin: 10px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

A.logo:hover {
    border: 2px;
    border-color: black;
}

A {
    color: #4F618C;
    text-decoration: none;
}

A:Hover {
    text-decoration: underline overline;
}

H1 {
    color: #CDF8EE;
    font-style: italic;
    text-align: center;
}

H2 {
    color: #CDF8EE;
    text-align: center;
}

.categories {
font-family: Trebuchet MS;
font-size: 1.2em;
font-weight: bold;
text-align: center;
}

.itemname {
font-family: Trebuchet MS;
font-size: 1.2em;
font-weight: 200;
color: black;
}

.itemdetails {
font-family: Verdana;
font-size: 10;
font-weight: 90;
color: black;
width: 300px;
}

.price {
font-family: Trebuchet MS;
font-size: 1.5em;
font-weight: bold;
color: #4F618C;
}

.small {
font-family: Arial;
font-size: x-small;
text-align: center;
}

.normal {
font-family: Verdana;
font-size: small;
text-align: center;
}

.heading {
font-family: Trebuchet MS;
font-size: large;
text-align: center;
}