@charset "UTF-8";
/* CSS Document */

body {
	background-color:#993333;
	color:#865170;
}
div {clear:both;}
p {font-family: Times New Roman, Times, serif;
	font-size: 1em;
	}
.p2 {font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;}
A:link{color: #008000;
text-decoration:none}
A:visited{color: #008000;
text-decoration:none}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.img_left {
    float: left;
    margin: 0 10px 0 0;
}