* {
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-decoration: none;
	border: none;
	list-style: none;
	outline: none;
}


body {
	-webkit-text-stroke: 1px transparent;
}



/* @end */

html {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 10px solid #f5f5f5;
	background-color: #e5e5e5;
}

body {
	color: #4f5256;
	color: rgba(79, 82, 86, 100);
	font: 13px/20px "Helvetica Neue", Arial, sans-serif;
	text-shadow: #fff 0 1px 0;	
	background: #e5e5e5;
}

#wrapper {
	padding: 20px;
	width: 300px;
	}

h1 {
	margin-bottom: 40px;
	width: 210px;
	height: 29px;
	background: url(../img/mrd-logo.png) no-repeat 0 0;
	text-indent: -999em;
	overflow: hidden;
	white-space: nowrap;
}

strong {
	color: #b599c4;
}


#intro {
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
}


#intro em {
	color: #ea826a;
	}
	
.amp {
	color: #7cc287;
	}

a {
	color: #569ed0;
	font-weight: bold;
	text-decoration: underline;
	text-shadow: rgba(255, 255, 255, .25) 0 1px 0;
}

a:hover,
a:focus {
	color: #6095b5;
}

a:active {
	color: #6199b3;
}

p {
	margin-bottom: 20px;
}

