body{
/*    background-color: #070713;*/
    background-color: #050605;
/*    text-align: justify; */
}

h1{
    color: #bfcdd1;
}

wrapper{
    display:block;
    max-width: 770px;
    min-width: 200px;
    padding: 20px;
    font-family: Serif, Times;
    margin-left:auto;
    margin-right:auto;
/*    color: #CCA732;*/
    color: #bfcdd1;
} 

wrapper h2{
    font-size: 12pt;
    text-align: right;
    font-family: Times, Serif;
}

wrapper tagline{
    font-size: 10pt;
    display: block;
/*    float: right;*/
    text-align: right;
    font-family: Times, Serif;
}

wrapper h3{
    font-size: 10.5pt;
    color: #bfcdd1;
}

wrapper a{
    color: #bfcdd1;
}

descblock{
    display: block;
    color: #bfcdd1;
}

descblock table{
    color: #bfcdd1;
}

descblock table td{
    vertical-align:top;
}


li{
    margin-bottom: 9pt;
    text-align: justify;
}

descblock img{
    max-width: 170px;
    float: left;
    margin-right: 12px;
    margin-top: 6px;
}

ul{
    list-style: none;
    text-indent: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0px;
}

controls{
    font-size: 9pt;
    border-style: solid;
    border-color: #657475;
    background-color: #0b0c0b;
    display: block;
    float: right;
    max-width: 120px;
    margin: 1px;
    margin-top: 90px;
    padding: 5px;
}

controls li{
    display: inline;
}



project{
    width: 700px;
    display: block;
    margin-left:auto;
    margin-right:auto;
    font-size: 8pt;
    padding:0px;
    margin-bottom: 20px;
  /*  height: 260px;*/
    border-style: solid;
    border-width: 1px;
    border-color:  #bfcdd1;
}


project a,
project a:visited,
project a:active{
    font-size: 8pt;
    color: #050605;
    background-color: #484848;
    text-decoration: none;
}

project img{
    display:block;
}

project a:hover{
    /*background-color: #0b0c0b;*/
    background-color: #3c474b;
}

project h4{
    margin-bottom:8px;
}

project table{
    border-collapse:collapse;
    background-color:inherit;
    table-layout: fixed;
    border: 0px;
    margin:0,0,0,0;
    padding: 0px;
}

project td,
project tr{
    padding:10px;
    vertical-align: middle;
}


