body {background: #2f2f2f;}

.introcontain{    
    margin-left: 130px;
    margin-top: 90px;
    margin-bottom: 50px;
    color: #fff;
	text-align: left;
	font-family: Georgia, Helvetica, serif;
}

.introtext {
	font-size: 56pt;
    line-height: 0.9;
}

.introabout {
    margin-top: 25px;
	font-size: 24px;
    line-height: 1.1;
}

	.introcontain
	a {
	color: #abb9ff;
	text-decoration: none;
    border-bottom-width: 0;
    }
    
    .introcontain
    a:hover {
	background-color: #54565d;
	color: #abb9ff;
	text-decoration: none;
    }


.articlelistcontainer {background: #fff;}



.articlelist {
    margin-left: 130px;
    padding: 40px;
    font-family: "Avenir LT Std", Helvetica, serif;
	font-size: 15px;
    line-height: 30px;
}

   .articlelist
   strong {
   padding-right: 25px;
   color:#000;
   }
   
   .articlelist 
   h1
   {
   font-family: "Avenir LT Std", Helvetica, serif;
   font-size: 25px;
   color:#000;
   padding:0 0 8px 0;
   }
   
   .articlelist
   a {
   color: #000;
   text-decoration: none;
   }
    
   .articlelist
   a:hover {
   color: #555;
   text-decoration: none;
   }
       
   .articlelist
   span
   {font-weight: bold;}
