
body {
	background-image: url(Images/bagel-bg-brown.jpg);
	margin-left: 12px;
	margin-top: 12px;
	margin-right: 12px;
	margin-bottom: 12px;
}
a:link {
	color: #000000;
}
a:visited {
	color: #FF9933;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FF0000;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}


h1 {
	font-family: "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif; 
	font-size: 26px;
    line-height:24px;
	font-weight: bold;
	color: #432F17;
	margin:0;
	padding:0;
}

p { 
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma;
	font-size:15px;
	line-height:18px;
}

.content p a:hover {
	color:#000;
}


