/* CSS Document */

body {
	margin: 0;
	border-width: 20px;
	border-color: #4878F7;
	border-style: solid;
	padding-right: 7.5em;
	padding-left: 7.5em;
	padding-top: 1em;
	padding-bottom: 4em;
}



p {
	color: #000000;
	font-size: 1em;
	font-family: "Times New Roman", Times, serif;
	text-indent: 20px;
}


/* 
a {
	text-decoration: none;
	color: #0066FF;
}

These lines should be the same as the following lines, but with less control */

a:link {
    text-decoration: none;
	color: #0066FF; 
}

a:visited { 
	color: #9966FF;
	text-decoration: none
}
a:hover { 
	text-decoration: underline;
	color: #000000;
}

a:active { }

a img {
	border: none; 
}

div {text-align: justify; }


hr {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}


embed {align: center;
}


/* http://www.yourhtmlsource.com/stylesheets/csstext.html for help with this bulleted list */
ul.pool {
	list-style-image: url(images/bullet_b.gif); 
}


