/* CSS Document */
/*	Colors Used:				*/
/*	light purple	#e0bdff		*/
/*	dark purple		#401B52		*/
/*	gray		#97979D			*/


html{background-color:white;}
body {
	color: #401b52;
	font-family:Verdana, Geneva, sans-serif;
	font-size:.9em;
	margin:0 auto;
	width:1000px;
	border-bottom:4px solid #97979d;
}
a, a:visited {
	color:#401b52;
	text-decoration:none;
	font-weight:bold;
}
a:hover{background-color:#e0bdff;}
p{
	text-align:justify;
	line-height:1.2em;
	margin-top:0;
}
p,h3,h4 {margin-left: 20px;}
h1,h2,blockquote{font-family:Georgia, "Times New Roman", Times, serif;
}
h1 {
	margin:0;
	font-size:2em;
	font-variant:small-caps;
	letter-spacing:.5em;
}
h2 {
	margin:0;
	font-size:1.75em;
	font-weight:lighter;
}
h3 {font-size:1.5em;	}
h4{
	margin-bottom:0;
	font-size:1.25em;
}
ol{
	margin-left:20px;
	margin-top:0;
}

/* For this test enter ALL you CSS in a new stylesheet										 */