@charset "utf-8";
/* CSS Document */
h1 {  font-family: "Lucida Calligraphy"; 
	font-size: 28px; 
	font-weight: normal; 
	color: #F45000;}
p { 
	font-family: "Lucida Calligraphy"; 
	font-size: 14px; 
	font-weight: normal }
td {
	font-family: "Lucida Calligraphy";
	font-size: 14px;
	font-weight: normal;
	color: #993300;
}
.style3 {
	color: #CC3300;
	font-size: 16px;
}
a:link {
	color: #F45000;
}
a:visited {
	color: #F45000;
}
a:hover {
	color: #FF0000;
}
.foo {border:0px;}
	
}

