/* stylesheet for general pages under www.horah.org */

body { background-color: #c6e7de; margin: 0; }
hr { color: #006b84; border: 1px solid; width:85%; }
em { font-weight: bold; font-style: italic; }

h1, h2, h3, h4, h5, h6 { text-align: center; }

div.navigation { float: left; position: fixed; margin: 0; width: 150px; font-family: Arial, 
Verdana, 
Helvetica, sans-serif; font-size: 0.7em; background-color: #006b84; color: #c6e7de; }

div.navigation ul { list-style: none; margin: 0; padding: 0; }
div.navigation ul li { margin: 0; }
div.navigation ul li a { display: block; border-top: 1px solid #c6e7de; 
text-decoration: none; padding: 2px 2px 0px 0.5em; color: #c6e7de; }
div.navigation a:hover { color: #006b84; background-color: #c6e7de; 
font-weight: bold; border-bottom: 1px solid #006b84; }

div.main { margin-left: 150px; border-left: 1px solid #006b84; padding: 5px; }
div.main h1, h2 { font-family: Arial, Verdana, Helvetica, sans-serif; text-align: center; }

*.topbar { background-color: #006b84; color: #c6e7de; text-align: center; font-weight: 
bold; font-size: 18pt; }
*.area { background-color: #006b84; color: #c6e7de; font-weight: bold; font-size:14pt; 
}
*.days { background-color: blue; color: #c6e7de; font-weight: bold; font-size:12pt; }
*.place { color: #006b84; font-weight: bold; }
*.inf { font-style: italic; font-size:10pt; }
*.note { color:#ff00cc; }

div.footer { text-align: center; font-weight: normal; font-size: 10pt; }
