/* Applies to overall page */
BODY{
	background-color : #F4EDCB;
	font-family : arial, helvetica, sans-serif;
	}

/* Headers and titles */
H1{
	background-color : #6E1D3A;
	color : #C9A839;
	border : thin solid #C9A839;	
	padding-left : 10px;
	border-width : 2px;
	font : bold;
	}
H2{
	color : #6E1D3A;
	border-bottom : thin solid #C9A839;
	padding-left : 10px;
	margin-left : 10px;
	font : normal;
	}
H3{
	color : #6E1D3A;
	font : lighter;
	font : sans-serif;
	padding-left : 10px;
	margin-left : 10px;
	}

/* Horizontal rules */
HR{
	color : #C9A839;
	height : 3px;
	border : medium dotted;
	}

/* Paragraphs */
P{
	color : #6E1D3A;
	font : small
	margin-left : 20 px
	}

/* Hyperlinks */
A{
	text-decoration : underline;
	color : #A08609;
	}
A:VISITED{
	color : #C9A839;
	text-decoration : underline;
	}
A:HOVER{
	color : #6E1D3A;
	text-decoration : underline;
	}
A:ACTIVE{
	color : #A08609;
	text-decoration : underline;
	}

/* Lists */
OL{
	color : #6E1D3A;
	margin-left : 5%;

	}
UL{
	color : #6E1D3A;
	margin-left : 5%;
	list-style-type : circle;
	list-style-image : url(embroidery003bu.gif);
	list-style-position : outside;
	}

