h1 {
 color: #A3190B;
}

h2 {
 color: blue;
}

h3 {
 color: white;
}

.menu {
 background-color: #19B2CD;
}

.menuitem {
 background-color: #19B2CD;
 width: 150;
 cursor: hand;
}

.over {
 background-color: LightGreen;
 color: #A3190B;
}

.hidden {
 visibility: hidden;
}

A:link {
 color: #66cc66;
 text-decoration: none;
}

A:visited {
 color: #66cc66;
 text-decoration: none;
}

A:hover {
 color: blue;
}

Body {
 background-color: black;
 color: white;
}