body
{
    font-family: arial, helvetica, sans-serif;
    background-image: url('/img/gradient.png');
    background-repeat:repeat-y;
    background-color:#FFFFFF;
}



h1 {
    font-weight: bold;
    font-size:xx-large;
/*    font-family: times,serif;*/
/*font-family: courier,monospace;
font-weight: bold;
color: brown;
    text-shadow: -2px -2px 5px orange; */
}

a {
    font-family: courier, monospace;
    font-weight:bold;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#level1menu
{
    font-family: courier,monospace; 
    font-weight: bold; 
}

#level1menu a
{
    color:green;
    text-transform: lowercase;
    text-decoration: none;
    display:inline-block;
    transition: color 0.2s;
}

#level1menu .menuitem 
{
    display:inline-block;
}

#level1menu a:hover, #level1menu a:active, #level1menu .menuactiveitem a:hover
{
    color:red;
    text-transform: none;
    text-decoration: underline;
/*    border-bottom: solid 3px red;*/
}

#level1menu .menuactiveitem, #level1menu .menuactiveitem a
{
    color:red;
    text-transform: none;
    text-decoration: none;
}


#level2menu
{
    color:white;
    font-family: courier,monospace; 
    font-weight: bold;
    font-size: small;
    width:155px;
}

#level2menu a
{
    color:blue;
    text-decoration: none;
}

#level2menu a:hover, #level2menu .menuactiveitem a:hover
{
    text-transform: none;
    text-decoration: underline;
}

#level2menu .menuactiveitem, #level2menu .menuactiveitem a
{
    color:white;
    text-transform: none;
    text-decoration: none;
}


hr
{
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 3px solid black;
}

.showcase_pane {
    padding-left: 10px;
}

.showcase_pane h3 {
    font-family: courier,monospace;
    text-shadow: 2px 2px 5px orange; 
    text-align: center;
}


.buybutton {
    display: block;
    border: 4px outset orange; 
    border-radius: 1.5em;
    padding: 5px;
    padding-left: 15px;
    padding-right: 8px;
    text-decoration: none;
    background-color: orange;
    font-family: courier,monospace;
    font-weight: bold;
    color: black;
    transition: background-color 0.2s, color 0.2s, padding-left 0.2s, padding-right 0.2s; 
}

.buybutton b {
    font-family: arial, helvetica, sans-serif;
}

.buybutton:hover {
    border: 6px outset red;
    padding: 3px;
    padding-left: 18px;
    padding-right: 1px;
    background-color: red;
}

.buybutton:active {
    border: 6px inset brown;
    padding: 3px;
    padding-left: 14px;
    padding-right: 4px;
    background-color: brown;
    color: white;
}
