@charset "UTF-8";
body {
	color: red;
	background: black;
}
ul,p {
	margin:0;
	padding:0;
}
a:link, a:visited, a:hover, a:active {text-decoration: none;}
a:link, a:visited {color:red;}
a:hover, a:active {color:white;}

/* Styling the navigation */

#navigation {
	width:545px;
	margin-left:auto;
	margin-right:auto;
}

#navigation ul li {float:left;margin:15px 0;}
#navigation ul {
	list-style:none;
	width:100%;
	float:left;
}
#navigation ul a {
	display:block;
	padding: 0 2em; 
	line-height:2.1em;
	text-decoration:none;
	color:#fff;
	font-size:1.5em;
	border:solid white 1px;
}
#navigation a:hover, #navigation a:active {color:red;}
#navigation ul li.current a {color:red;}

/* Styling the content */ 

.center {text-align:center;}
.logo {margin-top:10px 0;}
.logo-text, .about-text {margin:40px 0 0 0;}
.current {color:red;}
.cities {
	font-size: 20px;
	margin-top:60px;
}
.contact {
	font-size: 24px;
	margin-top:120px;
}
.bottomspace {margin-bottom:15px;}

