body {
	font-family: Verdana, sans-serif;
}

p {
}

h1 {
	
}

h2 {
	
}

a {

}

a:link {
	color: Blue;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: Green;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: Red;
	text-decoration: none;
	cursor: pointer;
}

.blacktext {
	font-family: Verdana;
	font-size: 12px;
	color: Black;
}

img.borderless {
	border: 0px ;
}

.subtitle {
	font-family: Tahoma;
	font-size: 20px;
	color: teal;
	font-weight: bold;
}

.paratitle {
	font-family: Arial;
	font-size: 18px;
	color: black;
	font-weight: bold;
}

.redtext {
	font-family: Verdana;
	font-size: 12px;
	color: Red;
}

.page {
	margin: 0 auto;
	display: block;
	width: 700px;
}

#flyer {
	background: White;
	border: none;
	width: 700px;
}

#flyerend
{
    clear:both;
}

