/* shop.css */

a, a:link, a:active, a:visited {
font-weight: bold;
}

a:hover {
text-decoration: underline;
}

div#headerUserInformation {
background-color: #000;
}

div#menuFooter {
background-color: #000;
}

div#myShop {
width: 650px;
padding: 5px 5px;
margin: 5px 5px;
border: 1px dotted #5E5F5A;
}
