
/* Basic stuff */

body {background-color: #e6e6e6; font-family: 'Merriweather-regular', Georgia, serif;}

a.icon:link {color:#333333; text-decoration:none;}
a.icon:visited {color:#333333; text-decoration:none;}
a.icon:hover {color: #ee7933; text-decoration: none;}

a.nav:link {color:#333333; text-align:right; text-decoration:none; font-size: 16px;}
a.nav:visited {color:#333333; text-align:right; text-decoration:none; font-size: 16px;}
a.nav:hover {color: #ee7933; text-align:right; text-decoration: none; font-size: 16x;}
a.nav:selected {color: #ee7933; text-align:right; text-decoration: none; font-size: 16px;}

a.text:link {text-decoration:underline; text-decoration-style:underline; text-decoration-thickness:1px; color:#333333;}
a.text:visited {text-decoration:underline; text-decoration-style:underline; text-decoration-thickness:1px; color:#333333;}
a.text:hover {text-decoration:underline; text-decoration-style:underline; text-decoration-thickness:1px; color:#ee7933;}
a.text:active {text-decoration:underline; text-decoration-style:underline; text-decoration-thickness:1px; color:#333333;}

a.article:link {text-decoration:underline; text-decoration-thickness:2px; color:#333333;}
a.article:visited {text-decoration:underline; text-decoration-thickness:2px; color:#333333;}
a.article:hover {text-decoration:underline; text-decoration-thickness:2px; color:#ee7933;}
a.article:active {text-decoration:underline; text-decoration-thickness:2px; color:#333333;}

ul {
  list-style-type: disc; font-family: 'Merriweather-regular', Georgia, serif; color: #333333; font-size: 20px; line-height: 180%;
}


.content {
  
  margin: 0 auto;
}

.center {
	 max-width: 1000px;
	 margin: 0 auto;
	 width: 70%;
	 margin-top: 2%;
	 margin-bottom: 40px;

}

.nav {
	 max-width: 1000px;
	 margin-top: 2%;
	 margin: 0 auto;
	 margin-bottom: 0px;
	 text-align: right;
	 vertical-align: bottom;
}



p.hello {font-family: 'Merriweather-regular', Georgia, serif; font-size: 36px; color: white; line-height: 0; padding: 0; vertical-align: middle; }

p.first {font-family: 'Merriweather-regular', Georgia, serif; color: #333333; font-size: 24px; line-height: 160%; margin-top: 36px;}

p.second {font-family: 'Merriweather-regular', Georgia, serif; color: #333333; font-size: 20px; line-height: 160%;}

p.third {font-family: 'Merriweather-regular', Georgia, serif; color: #333333; font-size: 18px; line-height: 155%;}

p.icons {font-family: 'Merriweather-regular', Georgia, serif; color: #333333;font-size: 36px; line-height: 110%;}

p.bottom {font-family: 'Merriweather-regular', Georgia, serif; color: #333333; font-size: 19px; line-height: 136%;}

img.navleft{
  float: left; vertical-align: text-middle;
}






