/* @override http://acoupleofmorons.com/main.css */

/* @override http://mellbratt.se/portfolio/port.css */

hr {color: sienna;
	text-decoration: line-through;
}

html::first-line {
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}
p {margin-left: 20px;
	width: 440px;
	padding: 5px;
	text-align: justify;
	color: white;
}
body {background-image: none;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: black;
}

h1 {
	font: normal 22px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	text-shadow: #000000 0 0 0;
	background-position: 0;
	color: white;
}

* {
	color: black;
}

a {
	background-color: #2f373d;
	color: white;
	text-decoration: none;
}

h2 {
	color: white;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 5px;
	text-transform: uppercase;
	left: 25px;
	position: relative;
	margin-bottom: -25px;
}

a:hover {
	background-color: transparent;
	border-bottom: 5px solid #c3e8fe;
	text-decoration: none;
	border-width: 4px;
	color: white;
	border-color: #2f373d;
}

/* My Comment */