﻿body {
	margin:0; 
	padding:0;
	color:#333;


    font-family: Arial, Helvetica, sans-serif;
	overflow-x:hidden !important;
	font-size:18px !important;

	
	overflow: -moz-scrollbars-vertical; /* Always show scrollbar */
}





p {
	font-style: normal;
	line-height:18px;
}


.belge_baslik {
	font-style: normal;
	font-size:35px;
	font-family:Impact, "Lucida Console", Arial;
	color:#666
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #2f3540;
}

H1 {
    FONT-SIZE: 12px;
	color: #2f3540;
	font-style: normal;
	font-weight: bold;
	padding-left:0px;
}
H2 {
	FONT-SIZE: 12px;
	color: #2f3540;
	font-style: normal;
	font-weight: bold;
	padding-left:0px; 
}


/***** Various tags *****/
a img {
border:0;
}

a {
	
	color:#333;
	text-decoration:none;
	cursor:pointer;

}
a:hover {
	
	text-decoration:underline;
	color: #d4a01f;

}
 
