@charset "utf-8";
body {
	background-image: url(images/pagebackground.jpg);
	background-repeat: repeat-x;
	background-color: #C3DAFA;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

p {
	direction: rtl;
}.buttons {
	font-size:18px;
	font-family: "Guttman Adii", "Times New Roman";
	font-weight: bold;
}

a {
	color:#000066;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

