body {
	margin:0px;
	padding:0px;
	color: #000000;
	background-color:#222;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
}

table {
	line-height:18px;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif
	}


a { 
color:#F00;
text-decoration:none;
font-weight:bold;
}

a:hover {
	color:#093;
}

.link {
	background-image:url(template/link.png);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	width:170px;
	height:44px;
	}
	
.link a {
	text-decoration:none;
	font-weight:bold;
	color:#000;
	
	}

.link a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#FD4E0B;
	}
	
.baslik {
	font-size:18px;
	width:97%;
	height:27px;
	font-family:Segoe Print;
	font-weight:bold;
	font-style:italic;
	color:#F00;
	background-image:url(template/tag.png);
	background-repeat:no-repeat;
	padding-left:24px;
	}
	
p {
	
	margin:0px; padding:0px}	
	
h1 { font-size:14px;}

li {
	list-style-image:url(template/cube.png);
	padding-left:3px;
	}
