
	body{
		margin:0px auto 40px auto;
		border:0px;
		width:770px;
		background-color:#F0F0F0;
		color:#000000;
		font-family: Arial, Helvetica, sans-serif;
		}

	h1{
		font-size:1em;
		text-align:center;
		font-weight:bold;
		margin-top:40px;
		}

	h2{
		font-size:1em;
		text-align:center;
		font-weight:bold;
		position:relative;
		top:12px;
		}

	p{
		margin-right:65px;
		margin-left:95px;
		}

	.bold{
		margin-right:65px;
		margin-left:95px;
		font-size:.90em;
		font-weight:bold;
		position:relative;
		top:12px;
		}

	.boldtext{
		font-size:.90em;
		font-weight:bold;
		}
		
	.list{
		margin-right:75px;
		margin-left:110px;
		margin-top:.4em;
		margin-bottom:.4em;
		text-indent:-.6em;
		}

	.quote{
		margin-right:90px;
		margin-left:120px;
		}

	a:link {
		font-weight: bold;
		font-size:.95em;
		color:rgb(0, 0, 255);
		}

	a:visited {
		font-weight: bold;
		font-size:.95em;
		color:rgb(127, 0, 127);
		}

	a:hover {
		font-weight: bold;
		font-size:.95em;
		background-color:#F8F8F8;
		}

	a:active {
		font-weight: bold;
		font-size:.95em;
		color:rgb(140, 140, 255);
		}

		
