p {
	font-family: narkisim;
	font-size: 14px;
	color: #003399;
}
h1 {
	font-family: narkisim;
	font-size: 24px;
	color: #003399;
	width: 100%;
}
h3 {
	font-family: narkisim;
	font-size: 14px;
	color: #003399;
}
h4 {
	font-family: arial;
	font-size: 10px;
	color: #003399;
}		
li {
	font-family:narkisim;
	font-size: 14px;
	list-style-type: circle;
	color: #033095;
}
a:link {
	font-family: narkisim;
	font-size: 14px;
	color: #0000ff;
	text-decoration: underline;
}
a:visited {
	font-family: narkisim;
	font-size: 14px;
	color: #0000ff;
	text-decoration: underline;
}
a:hover {
	font-family: narkisim;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}
a:active {
	font-family: narkisim;
	font-size: 14px;
	color: #0000ff;
	text-decoration: underline;
}
body {

	scrollbar-arrow-color: #003399;
	scrollbar-3dlight-color: #f0f0ff;
	scrollbar-darkshadow-color: #666666;
	scrollbar-face-color: #b1d4fd;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #c0c0cc;
	scrollbar-track-color: #f5f5f5;
	overflow:auto;
}