@charset "utf-8";
/* Base stylesheet */

@import url(advanced.css);

/* Basic type selectors */
body {
 margin: 0;
 padding: 0;
}
body,
p,
td,
h5 {
 font: 90%/1.5 Rialto, Georgia, "Lucida Bright", Palatino, "Vera Serif", "Times New Roman", serif;
 color: #000;
}
h1, h2, h3, h4 {
 font-family: "Helvetica Neue", "Arial Narrow", "Franklin Gothic Medium Cond", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Lucida, Arial, Tahoma, sans-serif;
 font-weight: bold;
}
h1 {
 color: #721838;
 font-size: 180%;
}
h1 a,
h1 a:visited {
 color: #721838;
}
h2 {
 color: #d7cead;
 font-size: 200%;
 text-transform: uppercase;
}
h3 {
 color: #af9d5c;
 font-size: 175%;
}
h4 {
 color: #721838;
 font-size: 130%;
}
h5 {
 font-size: 100%;
 text-transform: uppercase;
 letter-spacing: 0.2em;
}
img {
 border: none;
}
ul li {
 list-style: disc;
}

/* Print style */
@media print {
}

