.h1 {
	font-family: Lucida Calligraphy, Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;

}
.h2 {
	font-family: Lucida Calligraphy, Arial;
	font-size: 14px;
}
.enter {
	font-family: Lucida Calligraphy, Arial;
	font-size: 18px;
	cursor: hand;
}
body {
	background-color: #78498C;
	background-image: url(../bkgd.gif);
	background-repeat: repeat;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: normal;

}
.menu {
	font-family: Lucida Calligraphy, Arial;
	font-size: 16px;
	font-weight: bold;
}
a.menu:hover {
	color: #000000; 
	text-decoration: none;
}
.links {
	color: #000000; 
	background-color: #A664B5;
	text-decoration: none;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

a:link {text-decoration: none;
	color:CC99FF;
}
a:visited {text-decoration: none;
	color:CC99FF;
}
a:active {text-decoration: none;
}
a:hover {color: #000000; 
	background-color: #CC99FF;
	text-decoration: none;
}
a.title:hover {
	background-color: none;
}