@charset "utf-8";
/* CSS Document */

.tableborder {
	border: thin solid #0A47A0;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}
.quran {
	text-align: center;
	font-weight: bold;
	color: #000;
}
.announce {
	font-size: 24px;
	color: #F30;
	text-decoration: none;
	text-align: center;
}
.announce a:link {
	font-size: 24px;
	color:#009;
	text-decoration: none;
	text-align: center;
}
.announce a:visited {
	font-size: 24px;
	color: #F30;
	text-decoration: none;
	text-align: center;
}
.announce a:hover {
	font-size: 24px;
	color:#C00;
	text-decoration: none;
	text-align: center;
}
.menu {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
input {
	border: thin dotted #CCC;
}
textarea {
	border: thin dotted #CCC;
}

.submit_button {
	border: thin dotted #CCC;
	background-color: #0A47A0;
	color: #FFF;
}

.menu a:link {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
.menu a:visited {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
.menu a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#FF9;
	text-decoration: none;
}
.footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#333;
	text-decoration: none;
}
