/* add css here */
body { padding: 10px; }

.h75w75 { height: 75px; width: 75px; }
.h150w150 { height: 150px; width: 150px; }

a:link, a:visited, a:active {
 color: black;
 text-decoration: none;
 border-bottom: 1px solid black;
}

a:hover {
 color: red;
 text-decoration: none;
 border-bottom: 1px solid red;
}
