* {
   margin: 0px;
   padding: 0px;

}

@font-face {
    font-family:Inconsolata;
    src:url("http://www.removablefeast.com/media/Inconsolata.otf");
}

body {
   font-family:Inconsolata, Futura, Century Gothic, Helvetica, Arial, sans;
}

h1 {
   background-color:rgba(1,1,1,0.1);
   color:#000;
   width:100%;
   position:fixed;
   padding: 5px;
   border-bottom: 5px solid black;
}

.title_link {
   font-size:200%;
   text-decoration:none;
   font-family: Futura, Helvetica, Arial, sans;
   font-variant:small-caps;
   letter-spacing: 25px;
}

.title_link:hover {    
   text-shadow:0px 0px 10px #000;
}

.descriptive_text {
   height:100%;
   width:100%;
   vertical-align:middle;
   -moz-border-radius:48px;
   -webkit-border-radius:48px;
   border-radius: 48px;
   text-shadow:0px 0px 10px #000, 0px 0px 10px #000 !important;
   color:#fff;   
   display:none;
   
}

.title_link:hover .roundimg .descriptive_text {
   display:block !important;
}

.content {
   padding-top:60px;
}

.roundimg:hover {
   
}

.roundimg:hover .detailtext {
   display:none;
}

.roundimg {
   margin-right:20px;
   -moz-border-radius:50px;
   -webkit-border-radius:50px;
   border:2px solid #555;
   float:left;
   height:175px;
   width:175px;
}

ol.link_list {
   list-style-type:none;
   margin:auto;
}

ol.link_list li {
   padding:10px;
/*   float:left; 
   text-align:center; */
}

.clearfix {
   clear:both;
   display:block;
}

a {

   color:firebrick;
}

a:visited {
   color:firebrick;
}

body {
}
