@charset "iso-8859-2";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Orbitron');
.redborder {
	color: #FFF;
	background: #c31922;
	padding: 35px;
	font-size: 12px;
}
a {
	color: #c31922;
}
h1  {
	font-family: 'Orbitron', sans-serif;
}
.redbg {
	padding: 5px;
	border-bottom: 45px solid #c31922;
	border-top: 45px solid #c31922;
}

body {
	font-family: Verdana, Geneva, sans-serif;
}
