@charset "UTF-8";
/* CSS Document */
html {
	background: url(images/background_istanbul.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #000;
}


.topnavigation {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: lighter;
	color: #FFFFFF;
	text-decoration: none;
	word-spacing: normal;
	display: block;
	height: auto;
	width: auto;
}
.section {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bolder;
}
a {
	text-decoration: none;
	color: #EFEFEF;
	font-family: "Courier New", Courier, monospace;
	font-weight: 300;
	word-spacing: 0.1em;
	letter-spacing: 0.01em;
}

a:active {
	text-decoration: none;
	color: #FFFF00;
	text-height: 12;
	font-weight: normal;
}

a:visited {
	text-decoration: none;
	color: #E6E6E6;
}

a:hover {
	text-decoration: none;
	color: #FFFF00;
	font-weight: bold;
}

a img {
	border: none;
}

