p { 
    color: #333; 
    font-weight: normal;
    line-height: 16px;
    padding: 0 0 12px 0; 
    }

p.first:first-letter { 
    float:left;
    font-family: baskerville,"palatino linotype",serif;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 2px;
    padding: 6px 4px 0 0;
    }

p img { 
    float: left; 
    margin: 0 12px 12px 0; 
    padding: 0; 
    }
    
p img.right { 
    float: right; 
    margin: 0 0 12px 12px; }

/* LINKS */

a, a:link, a:active, a:visited {
	color: #696d2d;
	text-decoration: underline;
	}
a:hover {
	background-color: #fcfae7;
	color: #88846b;
	text-decoration: none;
	}

a.nav, a.nav:link, a.nav:active {
	color: #88846b;
	font-family: bank gothic, verdana;
	font-size: 14px;
	font-weight: normal;
	line-height: 38px;
	padding: 12px 22px;
	text-decoration: none;
	}
a.nav:hover, a.selected {
	background: transparent url(../i/bg-hover.png) repeat-x top left;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	line-height: 38px;
	padding: 12px 22px;
	text-decoration: none;
	}

a.cellButton, a.cellButton:link, a.cellButton:active, a.cellButton:visited {
	background-color: #efe;
	display:block;
	margin-bottom: 4px;
	padding: 8px;
	text-decoration: none;
	}
a.cellButton:hover {
	background-color: #fbd7da;
	}


/* HEADINGS */

h1,h2 { 
    color: #696d2d;
    font-family: Verdana, serif;
    font-weight: normal;
    }
    
h3,h4,h5,h6 {
    color: #333;
    font-family: Verdana, serif; 
    font-weight: bold;
    }

h1 { font-size: 24px; margin-bottom: 28px; line-height: 28px; }
h2 { font-size: 20px;  margin-bottom: 20px; }
h3 { font-size: 14px;  margin-bottom: 12px; }
h4 { font-size: 16px;  margin-bottom: 16px; }
h5,h6 { font-size: 14px;  margin-bottom: 16px; }

/* MISC CONVENIENCES */

strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }

blockquote { 
    color:#333;
    font-family: Georgia, "Times New Roman", Times, serif; 
    font-size: 14px; 
    font-style: italic;
    line-height: 16px;
    margin: 18px;  
    }

.caps {
    text-transform: uppercase;
    }
.big { 
    font-size: 14px; 
    }
.small { 
    font-size: 11px; 
    }
.oldbook { 
    font-family:"Warnock Pro","Goudy Old Style","Book Antiqua","Palatino",Georgia,serif;
    font-size: 14px; 
    }
.oldbook { 
    font-family:"Warnock Pro","Goudy Old Style","Book Antiqua","Palatino",Georgia,serif;
    font-size: 14px; 
    }
.note { 
    color:#333;
    font-family:Georgia, "Times New Roman", Times, serif; 
    font-size: 11px; 
    font-style: italic; 
    margin: 16px;  
    } 
.mono { 
    font-family:"Courier New", Courier, monospace;
    }

