/* CSS Document */
@font-face {
    font-family: 'ubuntu';
    src: url('../fonts/ubuntu.eot');
    src: url('../fonts/ubuntu.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ubuntu.woff2') format('woff2'),
         url('../fonts/ubuntu.woff') format('woff'),
         url('../fonts/ubuntu.ttf') format('truetype'),
         url('../fonts/ubuntu.svg#ubuntu') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ancillary';
    src: url('../fonts/ancillary.eot');
    src: url('../fonts/ancillary.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ancillary.woff2') format('woff2'),
         url('../fonts/ancillary.woff') format('woff'),
         url('../fonts/ancillary.ttf') format('truetype'),
         url('../fonts/ancillary.svg#ancillary') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
	line-height:250%;
	margin:50px 0;
	font-family:ancillary, Tahoma, Geneva, sans-serif
}
h1{
	font-family: ubuntu, Arial, Helvetica, sans-serif;
	font-size:300%;
	color:#333333;
}
h2{
	font-family: ancillary, Arial, Helvetica, sans-serif;
	font-size:130%;
	color:#202020;
	line-height:150%;
	font-weight:bold;
}
img {
	margin:20px auto;
	display:block;	
}
address{margin-top:30px;}
.copyright{
	font-family: ancillary, Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#999;
}
.fb-icon{
     display: table;
     margin: 0 auto;
}