H2 {
	border-bottom : 1px solid black;
	font : 8 pt Arial, sans-serif;
	font-weight : bold;
	margin : 0;
	padding : 2px2px;
	padding-top : 3px;
	background-color : Blue;
	color : white;
	text-align : center;
}

/* css basics heading */
H2.ismi
{
	background-color : Navy;
	color : white;
	text-align : center;
}


H4
{
	TEXT-ALIGN: center;
	font-size: 14;
}
H5
{
	TEXT-ALIGN: center;
	font-size: 12;
}


BODY {
	background-color : White;
	color : black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8 pt;
	background-image : url("images/zemin.gif");
}

BODY.border {
	border : 12px solid;
	margin : 10px 12px;
}


A:link
{
	COLOR: Blue;
	FONT-SIZE: 8 pt;
	text-decoration : none;
}
A:visited
{
	COLOR: Teal;
	text-decoration : none;
}
A:active
{
    COLOR: purple;
}
A:HOVER 
{ 
color : red; 
text-decoration : none; }

A.toplink 
{ font-variant : small-caps; 
font-size : 8pt; 
text-decoration : none; 
color : white; 
background-color : #000099; 
height : 12pt; 
padding : 2pt;
 }
P 
{
	margin : 5pt 5px;
	text-indent : 20pt;
}
.degisik 
{
	color : Red;
	font-size : smaller;
	font-style : italic;
	font-weight : bold;
}
.baslik {
	font-weight : bold;
}
P.not 
{
	border-top : 1px solid black;
	clear : both;
	font-size : 8pt;
	margin : 16px 6px 20px 0;
	padding : 4px;
}
P.fntref
{
	font-size : 10 pt;
	font-family : "Times New Roman", Times, serif;
	vertical-align : super;
}
P.orta 
{
	text-align : center;
	text-indent : 0px;
}
P.note {
	background-color : #FFFFCC;
	border : 1px solid black;
	clear : both;
	color : black;
	margin : 12px 30px 12px 20px;
	padding : 6px 6px;
}
td 
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size: 8 pt;
	font-weight : normal;
}



