@font-face {
    font-family: 'GoudyBookletter1911Regular';
    src: url('goudybookletter1911-webfont.eot');
    src: url('goudybookletter1911-webfont.eot?#iefix') format('embedded-opentype'),
         url('goudybookletter1911-webfont.woff') format('woff'),
         url('goudybookletter1911-webfont.ttf') format('truetype'),
         url('goudybookletter1911-webfont.svg#GoudyBookletter1911Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {font-size:14px; font-family:Helvetica,Arial,sans-serif;color:#666;}  
h1,h2 {font-family:Helvetica,Arial,sans-serif; font-weight:normal; color:#00b3e0;}
h3,h4,h5,h6 {font-family:Helvetica,Arial,sans-serif; font-weight:normal; color:#666;}
p {font-size:16px; line-height:26px;}
em {font-style:normal;}
a {color:#00b3e0; text-decoration:none; border-bottom:2px solid #00B3E0;}
a:hover {color:#1595b4;}

table {border-collapse:collapse; border:1px solid #00b3e0; border-spacing:0; margin:0 0 10px;}
table tr:nth-child(even) {background-color:#ededed;}
table tr.even, .content table th, .content thead td {background-color:#ededed;}
table td, .content table th {padding:7px 5px;border:1px solid #00b3e0; vertical-align:middle;}
table th {text-align:left; font-weight:bold;}

.typography p.intro{ font-size:20px; line-height:30px; margin-bottom:15px; color:#666;}

/* IMAGES 
-------------------------------------------- */
.typography img {
	border: none;
}
	.typography img.right {
		float: right;
		margin-left: 20px;
	}
	.typography img.left {
		float: left;
	}
	.typography img.leftAlone {
		float: left;
		margin-right: 100%;
	}
	.typography img.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
@media only screen 
and (max-width : 480px) {
/* Styles */
body {color:#000;}
}
@media only screen 
and (max-width : 320px) {
/* Styles */
body {color:#000;}
}