body {
    margin: 0px;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
}

.flyer {
    width: 750px;
    margin: 0 auto;
    padding: 15px;
    text-align: left;
    background: #003399;
    color: #EEEEEE;
	font-size: 14px;
	font-weight: 450;
    border-bottom: 3px solid #BFFF00;
	border-right: 3px solid #BFFF00;
    border-radius: 8px;
	background-image: url("../images/pool.jpg");
}

ul.disc {
	margin-left: -14px;
	text-align: left;
	list-style-type: disc;
	list-style-position: outside;
}

.border-blue {
    border: 1px dotted #B8D5B8;
}
