table {
	font-family: "Lucida Handwriting";
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
	color: #000000;
	background-color: #CCCCCC;
}
img {
	border: thin solid #333333;
}
input {
	font-family: "Lucida Handwriting";
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	font-weight: bold;
	font-size: 16px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #000000;
}
h3 {
	font-family: "Lucida Handwriting";
	font-size: 20px;
	text-decoration: underline;
	font-weight: bold;
}
p {
	font-family: "Lucida Handwriting";
	font-size: 18px;
	font-weight: bolder;
	color: #000000;
}
body {
	background-attachment: fixed;
	background-image: url(images/alfabet.jpg);
	background-repeat: repeat;
}

