body {
	/* Setting default text color, background and a font stack */
	color: #C90;
	font-size:0.825em;
	background: #000;
	font-family: 'Krona One', sans-serif;
}

a {
	color: #C90;
	text-decoration:none;
}
a:active, a:hover, a:focus {
	text-decoration:underline;
}
.className{
	width:440px;
	height: auto;
	position:relative;
	padding: 1em;
	border: 1px solid #C90;
}

.className h1 {
	width:100%;
	font-size:22px;
	text-align:center;
	position:relative;
	font-weight:bold;
	}
	
.className p {
	width:100%;
	font-size:14px;
	font-family:'Adamina', serif;
	text-align:center;
	position:relative;
}
