a {
text-decoration: none;
color: Black;
font-weight: bold;
}

a:hover {
text-decoration: underline;
color: Black;
font-weight: bold;
}

font {
font-family: Arial;
}

text{
text-align: justify;
}

h2 {
font-size: 1.5em;
font-weight: bolder;
display: block;
}

.menu tr:hover {
background-color: gainsboro;
}

