a:link {
	color: #FFCC99;
	text-decoration: none;
}
a:visited {
	color: #CCCCFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}.metin {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}body {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.baslik {
	color: #FF3300;
	background-color: #FFFFFF;
	padding-left: 15px;
}
.aciklama {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FF3300;
	list-style-type: square;
	padding-left: 5px;
}
.button {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FF3300;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #990000;
	border-left-color: #990000;
	cursor: pointer;
}

