/* Cascading Style Sheet for my personal site, www.jaymehunt.com */
/* Date:  07.24.2001 */
/* Copyright 2001 Jayme T Hunt */
/* Permission granted to use this style sheet for non-commercial purposes.
This style sheet may also be used for commercial purposes by individuals (but not bundled 
for resale) on their web site. The author would appreciate a credit if you use this style
sheet. */

/* Hyperlink Preferences  */

a:link {
	color: Black;
	text-decoration: underline;
	border : none none;
}

a:visited {
	color: Black;
	text-decoration: underline;
}

a:active {
	color: Gray;
	text-decoration: underline;
}

img {
	border : 0;
}

/* Page Layout */

/* Margins are set in the Manual to about 10% and 20% of the page width */

body {
	color: Black;
	background: url(../pix/molly/bar.jpg);
	font-family :Times New Roman;
	font-size : small;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	list-style : none;
	background-attachment : fixed;
	background-color : #E7FFFF;
	background-repeat : repeat-y;
	vertical-align : text-top;
	white-space : normal;
	width : auto;
	word-spacing : normal;
	background-position : top left;
}


/* Subheads */


/* Body Text Layout */
/* The left edge of the text area starts at about 25% of the page width */
p {
	color: Black;
	margin-left : 12px;
}

h1{
	color: Black;
	font: bolder;
	font-size: x-large;
	text-align: center;
}

h2 {
	color: Black;
	font: bold;
	font-size: smaller;
	text-align: center;
}

h3 {
	color: Black;
	font : italic bold larger;
}

h4 {
	color: Black;
	font : smaller;
}

ol {
	font-weight: normal;
	list-style-type: upper-roman;
}

ol ol {
	list-style-type: upper-alpha;
}

ol ol ol {
	list-style-type: decimal;
}

ol ol ol ol {
	list-style-type: lower-alpha;
}


