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

html, body {

color:#333;
background-color:#fff;
margin: 0 auto;
padding: 0;
font-family:'LoraRegular', serif;
font-size:13px;
letter-spacing:.1em;

}
/* 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;
}
i {
	font-family: 'LoraItalic', serif;
}
h1, h2, h3, h4, h5, h6 {

font-family:'LoraRegular', serif;
color:#fff;
text-align:justified;
padding: 100px 0 50px 200px;
text-shadow: 2px 2px #666;

}

h1 {font-size: 40px; border-top: 2px solid #d7d7d7; border-left: 2px solid #d7d7d7; margin: 50px 50px 10px 50px; width: 500px} 

h2 {font-size:35px} h3 {font-size:30px} h4 {font-size:25px}

img {

display: block;
margin: 0 auto;
padding: 0 0 0 60px;

}

#container {

background-color:#ececec;
width: 700px;
margin: 0 auto;
margin-bottom: 30px;
padding: 100px 200px;
line-height: 1.5em;
border-bottom: 2px solid #d7d7d7;
border-right: 2px solid #d7d7d7;

}

#containertwo {

background-color:#000000;
width: 900px;
margin: 0 auto;
Margin-bottom: 30px;
padding: 100px 50px;
line-height: 1.5em;
border-bottom: 2px solid #d7d7d7;
border-right: 2px solid #d7d7d7;

}

#linkbox {

width: 800px;
margin: 0 auto;
Margin-bottom: 30px;
padding: 50px 50px;
line-height: 1.5em;
border-bottom: 2px solid #d7d7d7;
border-right: 2px solid #d7d7d7;

}

.small {

	font-size: 11px;

}

a:link {
	font-family: inherit;
	color: #666;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #999;
}