/* CSS Document for Tracey's Website*/

body {
	color:#948DC5;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:14px;
	text-align:left;
	background-color:#DAE1BD;	
	}

h1 {
	color:#948DC5;
	font-family:Georgia, Times New Roman, Times, serif;
	line-height:2;
	text-align:center
	}

h2, h3, h4 {
	color:#948DC5;
	font-family:Georgia, Times New Roman, Times, serif;
	line-height:2;
	}

hr {
	color:#663399;
	background:#ffffff;
	width:75%;
	text-align:center;
	line-height:2;
	}

a:link {
	color:#1B76B9;
	text-decoration:none;
}

a:visited {
	color:#A69EB8;
	text-decoration:none;
}

a:hover {
	color:#97CBB9;
	text-decoration:underline;
}

ul {
	line-height:2;
	list-style:circle url(dot12.gif) outside;
}


