/* Both DejaVuSans and Lora fonts come from Font Squirrel (https://www.fontsquirrel.com)*/
@font-face {
    font-family: 'DejaVuSansBook';
    src: url('fonts/dejavu/DejaVuSans-webfont.eot');
    src: url('fonts/dejavu/DejaVuSans-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/dejavu/DejaVuSans-webfont.woff') format('woff'),
         url('fonts/dejavu/DejaVuSans-webfont.ttf') format('truetype'),
         url('fonts/dejavu/DejaVuSans-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LoraRegular';
    src: url('fonts/lora/Lora-Regular-webfont.eot');
    src: url('fonts/lora/Lora-Regular-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/lora/Lora-Regular-webfont.woff') format('woff'),
         url('fonts/lora/Lora-Regular-webfont.ttf') format('truetype'),
         url('fonts/lora/Lora-Regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LoraItalic';
    src: url('fonts/lora/Lora-Italic-webfont.eot');
    src: url('fonts/lora/Lora-Italic-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/lora/Lora-Italic-webfont.woff') format('woff'),
         url('fonts/lora/Lora-Italic-webfont.ttf') format('truetype'),
         url('fonts/lora/Lora-Italic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LoraBold';
    src: url('fonts/lora/Lora-Bold-webfont.eot');
    src: url('fonts/lora/Lora-Bold-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/lora/Lora-Bold-webfont.woff') format('woff'),
         url('fonts/lora/Lora-Bold-webfont.ttf') format('truetype'),
         url('fonts/lora/Lora-Bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LoraBoldItalic';
    src: url('fonts/lora/Lora-BoldItalic-webfont.eot');
    src: url('fonts/lora/Lora-BoldItalic-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/lora/Lora-BoldItalic-webfont.woff') format('woff'),
         url('fonts/lora/Lora-BoldItalic-webfont.ttf') format('truetype'),
         url('fonts/lora/Lora-BoldItalic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	background-color: #CCCCCC;
	width: 75%;
	padding: 150px 150px;
	font-family: 'LoraRegular', 'garamond', serif;
	font-size: 14px;
	color: 000000;
	
}

h1, h2, h4 {
	
	color: #999999;
	padding: 50px 0 50px 30px;
	font-size: 55px;
	font-family: 'DejaVuSansBook', arial, san-serif;
}

p {

	width: 50%;
	line-height: 1.6em;
	letter-spacing: 1.2px;
	
}
a:link {
	color: #666;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}