/* Created using Style Master from Western Civilisation CSS1 { 272 600 451 409 } */
body, p, td, li {
margin: 0px;
color: #ffcc99;
font-family: "Trebuchet MS", Helvetica, Arial;
}

body {
background-color: black;
background-image: url(interface/background.jpg);
}

/* Because Netscape Navigator 4 does not allow inheritance into tables, and breaks inheritance after tables, rather than simply setting properties on the body and relying on inheritance, we explicitly set the properties using a selector group. */

/* This basic style sheet provides selectors for the most commonly used elements. Use it as the basis for your style sheets. */

h1, h2, h3, h4, h5, h6 {
color: #ffcc99;
font-family: "Trebuchet MS", Helvetica, Arial;
}

h1 {
font-size: 18px;
text-align: center;
margin-top: 4px;
}

h2 {
font-size: 16px;
}

h3 {
font-size: 14px;
line-height: 150%;}

h4 {
font-size: 13px;
text-align: center;
}

h5 {
font-size: 12px;
text-align: center;
font-weight: 100;
margin-top: 4px;
letter-spacing: 1px;
margin-bottom: 4px;
}

h6 {
font-weight: 100;
margin-left: 3em;
margin-right: 3em;
font-size: 10px;
}

p {
color: #ffcc99;
font-size: 12px;
line-height: 130%;
margin-bottom: 12px;
}

td.price {
font-weight: bold;
font-size: 11px;
padding-left: .5em;
border: 1px #cc6699 dotted;
padding-right: .5em; }

a:link {
color: #99ffff;
}

a:visited {
color: #cc6699;
}

a:hover {
color: #c6de0b;
}

a:active {
color: black;
}

img {}
input {
background: #e5a0bc;
border: medium #993366 outset;
}

