<style>

#first{}

#nav{
    max-height: 600px;
    padding:0 0 0 25px;
    -webkit-overflow-y: auto;
    -ms-overflow-y: auto;
    overflow-y: auto;
	 width:300px;
    position: fixed;
    font-size: 13px;
    margin-top: 20px;
    line-height: 40px;

}

a, a:visited {
    color: #3299CC;
    text-decoration: none;
}

a:hover {
    color: #EA9D2F;
    text-decoration: none;
}

.buta, .buta:visited, .buta:hover {
    color: #fff;
    text-decoration: none;
}

.btn-info {
    width: 200px;
}

#section {
    min-width: 820px;
    max-width: 950px;
    margin-left: 340px;
    margin-top: 20px;
    float:left;
}


img{max-width:900px;height:auto;}
th, td {text-align:center; font-size: 80%}
/*tr:hover {background:#cc0;}*/
p{
    line-height: 28px;
}
dd{
    line-height: 22px;
}
</style>