@charset "utf-8";
/* CSS Document */

/*----START CSS RESET
	http://meyerweb.com/eric/tools/css/reset/ 
   	v2.0 | 20110126
   	License: none (public domain)---*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
}

/*----END CSS RESET---*/

html {height:100%;}

body {
	font-family:Times New Roman, Tahoma, Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #b72b00;
	background: #fff;
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.65) 54%,rgba(0,0,0,0.36) 100%);


}

img{
    max-width:600px;
}

h1 {
	font-size:24px;
	font-weight:normal;
	color: #000;
	letter-spacing:1.5px;
	width:auto;
	}
	
h2 {
	font-size:1.2em;
	font-weight:normal;
	color: #b72b00;
	padding:5px;
}

h3 {
	font-size:72px;
	font-weight:normal;
	color: #ffffff;
	padding:5px;
}

p {margin:10px 10px;}

hr {
	margin-top:40px;
	width:50%;
	border: 0;
	height: 1px;
	background: #333;
	background-image: linear-gradient(to right, #fff, #000, #fff);
}