body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #edf3ff;
	font-size: 10px;
	color: #111111;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

img {
	border-color: #fffadd;	
}

a:link {
	color: #bb0000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #bb0000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #ee0000;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #bb0000;
	text-decoration: none;
	font-weight: bold;
}

h1 {
	background: url(assets/bgh1.gif) repeat-x left bottom;
	color: #996600;
	margin-bottom: 10px;
	padding: 4px 0 4px;
	font-size: 17px;
	font-weight: bold;
}

h2 {
	color: #885500;
	margin-bottom: 10px;
	padding: 6px 0 4px;
	font-size: 14px;
}

h3 {

	color: #CC3300;
	font-size: 36px;
	font-style: italic;
	font-weight: bolder;
}

h4 {
	color: #CC3300;
	font-size: 20px;
	font-style: italic;
	font-weight: bolder;
}

.sun {	
	color: #ff7200;
	}

.black {	
	color: #000000;
	}
	
.white {	
	color: #ffffff;
	}
	
.cim {
	font-weight: bold;
	font-style:italic;
	color: #009933;
	font-size: 13px;
	text-decoration: url(assets/vonal.jpg);
	}

code {
	background: #fffadd;
	display: block;
	font-size: 12px;
	overflow: auto;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}