/*--整體設定--*/
body{
font-size:small ;
font-family:"Verdana" ;
}
#body-div{}
/*--超連結--*/
a{
color:#006842 ;
text-decoration:none ;
}
/*--滑鼠移動到超連結上時--*/
a:hover{
color:red ;
text-decoration: underline ;
}
/*--登入後最上方的後台功能列--*/
#authority{
background:#888 ;
padding: 10px 0px ;
text-align:center ;
}
/*--登入後最上方的後台功能列的所有按鈕--*/
#authority a{
background:#555 ;
padding:5px 10px ;
color:#fff ;
}
/*--發表新文章功能鈕--*/
#authority #newpost{}
/*--進入後台功能鈕--*/
#authority #backstage{}
/*--所有內容--*/
#container{
WIDTH: 102%;
margin:10px auto 10px auto ;
background:#eee ;
}
#container2{
padding:10px ;
}
#container3{}
/*--主要內容區+側邊