/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	}

h1 {
	font-size:25px;
	}
	
p {
	margin:5px;
	width:500px;
	}
	
li {
	list-style:inside;
	margin:5px;
	}
	
img {
	max-width:498px;
	border:none;
	}
