@import url(opera.css);
@import url(error.css);

html {
	background-color: #cc0f16;
	color: #fff;
}

body {
	background: transparent url(images/opera-icon-white.png) no-repeat right top;
}

h1 {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
	background: url(images/warning.png) no-repeat;
}

h2 {
	color: #000;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	text-shadow: 0 1px 0 rgba(255,255,255,0.3);
}

a {
	color: #FFFFBD;
	text-shadow:none;
}

a:hover { color: #fff;}

button {
	font-size: 110%;
	padding: 5px 10px;
}

li {
	display: inline;
	padding: 0 2em 0 0 !important;
	background: none !important;
}

address {
	font-size: 70%;
	margin: 20px 0;
	color: rgba(255,255,255,0.75);
}

address a { padding: 0 4px; }
