BODY {
	background-color : #E4D5EC;
	background-image : url(../images/purpl_b021.jpg);
	font-family : Arial, Verdana, sans-serif;
	font-family : serif;
	color : Navy;
	background-repeat : repeat-y;
	font-size : larger;
}

H1 {
	color : Black;
}

H2 {
	color : Navy;
}

H3 {
	color : Magenta;
}

IMG {
	border : none;
	height : 120px;
}

UL LI {
	list-style-type : square;
}

A:link {
	color : Purple;
	font-weight : bold;
	text-decoration : none;
}

A:hover {
	color : Violet;
	font-weight : bold;
	text-decoration : underline;
}

A:active {
	color : Violet;
	font-weight : bold;
	text-decoration : underline;
}

A:visited {
	font-weight : bold;
	color : Violet;
	text-decoration : none;
}

.center {
	text-align : center;
}

.left {
	text-align : left;	
}

.right {
	text-align : right;
}

.smaller {
	font-size : smaller;
}

.larger {
	font-size : larger;
}

.footnote {
	font-size : x-small;
	text-align : center;
}

.photo {
	border : thick groove Purple;
	background-color : Lavender;
	text-align : center;
}

.label {
	border : thin groove Navy;
	border : none;
	text-align : center;
	background-color : GhostWhite;
	color : Navy;
	font-style : italic;
	font-size : small;
	padding-top : 0px;
	padding-bottom : 0px;
}

.label A:visited {
	font-weight : bold;
	color : Navy;
	text-decoration : none;
}

 .clear {
	background-color : transparent;
}

.floatRight {
	float : right;
	margin-left : 70%;
	top : 0px;
}

.floatLeft {
	float : left;
	margin-right : 30%;
	top : 0px;
}