body {
    margin: 0px;
    text-align: center;
    background-image:url(/pageSrc/BG_noise_2.gif);
}

h1 {
    font-family: 'abel',sans-serif;
    font-size: 24px;
    font-weight: normal;
    color: #555
}

h2   {
    text-align: justify;
    font-weight: normal;
    font-family: 'Share tech mono';
    font-size: 16px;
    color: #555;
}

#projInfo h2   {
    text-align: justify;
    font-family: 'Share tech mono';
    font-size: 14px;
    color: #444;
}

p   {
    font-weight: normal;
    text-align: justify;
    font-family: 'Share tech mono';
    font-size: 14px;
    color: #444;
}

#linkBar {
    
    border-top: dashed 1px #222;
    width: 350px;
    margin-top: 24px;
    margin-left: 47px;
    text-align: left;
}

#linkBar a {
    margin-right: 20px;
    opacity: .5;
    transition: opacity .25s ease-in-out;
}

#linkBar a:hover {
    opacity: 1;
}


#navbar a:Link, a:Visited {
    text-decoration: none;
    color: #444;
}

#navbar a:hover {
    font-size: 20px;
    font-kerning: normal;
    font-weight: normal;
    background-image: url(/pageSrc/pixelsgif.gif);
    color: #111;

}


#logobanner {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 5px;
    text-align: center;
    width: 600px;
}

#navbar {
    font-weight: normal;
    font-family: 'abel',sans-serif;
    font-size: 20px;
    text-align: center;
    padding-bottom: 17px;
    border-bottom: dashed 1px #222;
}

#pagecontent {
    display: inline-block;
    text-align: center;
}

#projInfo {
    display: inline-block;
    width: 900px;
    text-align: center;
}

.entrytext {
    padding-left: 3px;
    padding-right: 3px;
    left: 300px;
    top: -22px;
    width:300px;
    position: relative;
    font-family: 'abel',sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #999;
    background-color: #111;
}


.entry {
    display: inline-block;
    width: 900px;
    height:508px;
    opacity: .5;
    transition: opacity .25s ease-in-out;
}

.entry:hover {
      opacity: 1;
 }
    
    
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li {
    display: inline;
    margin-left: 50px;
    margin-right: 50px;
}

.sectiontitle {
    padding-left: 10px;
    padding-right: 10px;
}