h1 {
font-variant: small-caps;
font-family: Verdana;
}

.menu {
float: left;
display: block;
margin: 10px;
width: 250px;
}

.menuList {
list-style-position: inside;
margin: 0px;
width: 100%;
margin-left: -3em;
}

a {
color: black;
text-decoration: none;
}

a.outside {
color: #201040;
font-variant: small-caps;
}

a:hover {
color: #686868;
}

.menuItem {
border: solid 1px;
display: block;
padding: 2px;
margin: 1px;
background-color: white;
width: 100%;
}

.menuItem:hover {
background-color: #C8C8C8;
}

.bulletRight {
background-image: url('./image/bul-right.png');
}

.bulletDown {
background-image: url('./image/bul-down.png');
}