
#topnav a:link {
	color: rgb(255,255,255);
	font-size: medium;
	text-decoration: none;
}

#topnav a:visited {
	color: rgb(255,255,255);
	font-size: medium;
	text-decoration: none;
}

#topnav a:hover {
	color: rgb(255,255,255);
	font-size: medium;
	text-decoration: underline;
}

#topnav a:active {
	color: rgb(255,255,255);
	font-size: medium;
	text-decoration: none;
}

#sidenav a:link {
	color: #36505A;
	font-size: medium;
	text-decoration: none;
}

#sidenav a:visited {
	color: #36505A;
	font-size: medium;
	text-decoration: none;
}

#sidenav a:hover {
	color: #36505A;
	font-size: medium;
	text-decoration: underline;
}

#sidenav a:active {
	color: #36505A;
	font-size: medium;
	text-decoration: none;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	color: #000000;
	font-size: small;
	text-align: justify;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
	font-size: small;
	text-align:justify;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
	font-size: small;
	text-align:justify;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	color: #000000;
}

h1 { font-size: x-large; }
h2 { font-size: large; }
h3 { font-size: medium; }
h4 { font-size: small; }
h5 { font-size: x-small; }
h6 { font-size: xx-small; }

.coran {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: x-small;
}

