@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/izmirwebtasarim-bg.gif);
}
.gray-border {
	border: 1px solid #C9C9C9;
}

.gri-yazi {
	color: #808080;
	font-family: verdana;
	font-size: 11px;
}

.gri-alta_yazi {
	color: #707070;
	font-family: verdana;
	font-size: 10px;
}
.mavi_baslik {
	font-family: verdana;
	font-size: 13px;
	color: #03B0DD;
	font-weight: bold;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #0099CC;
}
a:active {
	text-decoration: none;
	color: #0099CC;
}
