
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: arial black;
	background: url(images/bg2.jpg) repeat-x;
	background-color: #ffFFFF;
}

h1, h2, h3 {
	color: gray;
}

h1 {
	text-align: center;
}

h2 {
	text-align: center;
}

h3 {
	margin-bottom: 1.5em;
	text-transform: uppercase;
	font-size: .8em;
	
}

p {
	color: gray;
	text-align: justify;
}

ul li {
	text-align: center;
}

a:link {
	color: gray;
	text-decoration: none;
}

a:hover {
	color: gray;
	text-decoration: none;
}

a:visited {
	color: gray;
	text-decoration: none;
}

/* Content */

#content {
	width: 900px;
	margin-top: 15px;
	margin: auto;
}

/* Welcome */

#welcome {
	width: 900px;
	float: left;
}
#welcome p {
	font-size: 1em;
	text-decoration: none;
	text-align: center;
}

/* kungas */

#kungas {
	width: 900px;
	height: 30px;
	float: left;
}

#kungas p {
	margin-top: 5px;
	margin-left: 165px;
	font-size: 0.7em;
	color: gray;
}

#kungas a {
	color: yellow;
	text-decoration: none;
}

