
* {
 margin: 0;
 padding: 0;
}

body {
 padding: 5px;
 border-top: solid 2px #fff;
 background-image: url(images/nav-arrow-top.png);
 font: 12px/normal Verdana, Arial, Helvetica, sans-serif;
 font-color: #669900;
}

p { margin-bottom: 1em; }

ul.classic {
 list-style: disc;
 margin-bottom: 1em;
 padding-left: 1em;
}

.dropdown-upward {
 margin-top: 400px !important;
}
