﻿body {
    font-family: Georgia, serif;
    font-size: 14px;
    background-color: dimgrey;
    color: #696969;
    padding: 3px;
}
p
{font-family: Gerogia, serif;
font-size: 14px;
background-color:#000000;
color:#996600;
}


#main 
{
    padding: 5px;
    padding-left:  15px;
    padding-right: 15px;
    background-color: black;
    border-radius: 0 0 5px 5px;
}



h1 {text-align:center;
    font-family: Georgia, serif;
    border-bottom: 3px solid #cc9900;
    color: #996600;
    font-size: 30px;
}

h2 {text-align:center;
    font-family: Georgia, serif;
    border-bottom: 3px solid #cc9900;
    color:silver; 
    font-size: 27px;
}


 /* unvisited link */
a:link {
    color: #FF0000;
}

/* visited link */
a:visited {
    color: #00FF00;
}

/* mouse over link */
a:hover {
    color: #FF00FF;
}

/* selected link */
a:active {
    color: #0000FF;
}

table {
    width:100%;
}

table, th , td {
    border: 1px solid grey;
    border-collapse: collapse;
    padding: 5px;
}

th {
    text-align: left;
}

table tr:nth-child(odd) {
    background-color: #ffffff;
}
table tr:nth-child(even) {
    background-color: #ffffff;
} 
ul#menu {
    padding: 0;
    margin-bottom: 11px;
}

ul#menu li {
    
display:inline;
    margin-right: 3px;
}

ul#menu li a {
    background-color: #ffffff;
    padding: 3px 5px;
    text-decoration: none;
    color: #696969;
    border-radius: 4px 4px 0 0;
}

ul#menu li a:hover {
    color: white;
    background-color: black;
}

ol
{
background-color:transparent;
color:#C0C0C0;
font-size:14px;
text-align:left;
}



.center
{
background-color:transparent;
color:#663300;
font-size:1.1em;
font-weight:bold;
line-height:1.3em;
text-align:center;
}

.img
{
 border: 3px solid white;
}
.price
{
background-color:transparent;
color: #996600;
font-size:2.2em;
font-weight:bold;
line-height:1.3em;
text-align:center;
}

