/*This is the core style sheet of the site.#95b7cd    */

body {background: #000 ;
color: #000;
font-size: 1em;
font-family: Verdana, Arial, Helvetica, Sans-serif;
margin: 0;
}



#header {background: #000000;
color: rgb(210, 180, 140);
font-size: 4em;
text-align: center;
line-height: 1em;
padding-top: 15px;
padding-bottom: 15px;
border-top: 3px #ffffff solid;
border-bottom: 3px #ffffff solid;
}



#content {background: rgb(210,180,140);
border-bottom: 5px #000 solid;
}




#main-text {
margin-left: 50px;
margin-right: 50px;
margin-bottom: 20px;
}


a:hover {
background: #eeeeee;
}


/* --- HEADERS AND PARA --- */
h1 { font-size: 1.7em;
color: #000;
text-align: center;
letter-spacing: 1px;
text-decoration: underline;
}

h2 { font-size: 1.2em;
color: #000;
text-decoration: underline;
padding-top: 25px;
padding-bottom: 1px;
}

h3 { font-size: 1.6em;
color: #800000;
text-align: center;
letter-spacing: 1px;
padding-top: 1px;
padding-bottom: 1px;
}

h4 { font-size: 1em;
color: #000;
padding-top: 1px;
padding-bottom: 25px;
}

h5 { font-size: 1em;
color: #000;
padding-top: 25px;
padding-bottom: 1px;
}

h6 { font-size: 2.2em;
color: #000;
text-align: center;
letter-spacing: 1px;
text-decoration: underline;
}


p { font-size: 1.0em;
color: #000;
letter-spacing: .03em;
text-align: left;
line-height: 1.2em;
}

PRE { font-size: 1.0em;
BACKGROUND: rgb(228,225,213); 
PADDING-RIGHT: 5px;
PADDING-LEFT: 80px;
PADDING-BOTTOM: 5px;
PADDING-TOP: 5px
MARGIN: 0px 0px 1.5em;
}

p.header {
background: #000000;
color: rgb(210, 180, 140);
font-size: 5em;
text-align: center;
line-height: 1.5em;
}



/* --- NAV --- */
p.navbar {
font-size: .9em;
text-align: center;
text-decoration: none;
font-weight: bold;
line-height: 1.1em;
border-top: 4px #000000 solid;
border-bottom: 4px #000000 solid;
}

p.signature {
font-size: 1em;
text-align: right;
text-decoration: none;
font-weight: bold;
line-height: 0em;
padding-bottom: 15px;
padding-right: 50px;
border-bottom: 2px #000000 solid;
margin-bottom: 20px;
}



/* --- FOOTER --- */
p.footer {
border-top: 2px #000000 solid;
padding-top: 5px;
font-size: .9em;
text-align: center;
font-weight: bold;
}




/* Saved Unused examples
font-weight: bold;
background-image: url(images/page-bg.gif);
a:link {
color: #666666;
background: #95b7cd;
}

font-weight: bold;

a:visited {
color: #666666;
background: #95b7cd;
}

a:hover {
background: #aaddee;
}

a:active {
background: #3cc7f0;
}

font-style: italic;
text-decoration: line-through;
*/


