/* subdocument stylesheet */
/* Copyright 2006: Glen Ritchie: Ural Project */
/* License: Creative Commons, Attribution-NonCommercial 2.5 */
/* Ok to use this, as long as it is free, & you credit sources. */

body { background: #ffdf72; }

/* common tags */
p, h1, span { color: black; }
p { font-family: Verdana, Arial, sans-serif; }

a { color: blue;  }
a:hover { color: #5c9d5e; }

/* header tags */
h1.banner { font-size: 2em; }
h1.banner { color: blue; }
h1.banner { text-decoration: none }
h1.banner { font-family: Verdana, Arial, sans-serif; }

/* Class selectors */ 
p.normal { color: blue; }

p.quotes { margin-left: 3em; }
p.quotes { margin-right: 3em; }

/* Starting here. */
/* Class selectors */ 
span.header { color: blue; }
span.header { text-decoration: none }
span.header { font-family: Verdana, Arial, sans-serif; }
span.header { font-weight: bold; }
span.header { font-size: 1.5em; }

/* lighter colors */
body { background: #ffe48d; }
td.ubanner { background: #ffe48d; }
td.inner_body { background: #fffae8; }
td.sidemenu { background: #7d6d38; }
p.pblank { color: #7d6d38; }
p.pblank_side { color: #fffae8; }
p.pblank_top { color: #fffae8; }

/* a links */
