body{

background-color: #fff1cf;/*背景顏色*/
background-image: none;/*背景圖url(http://.......)*/
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
}
#banner{
background-image: url(http://www.oui-blog.com/shadowcat/images/4901.jpg);/*banner圖片*/
height:380px;/*banner圖片的高*/
border-bottom-color: #f2c9ac;/*banner下面的點點*/
}

.module-header, .trackbacks-header, .comments-header, .comments-open-header, .archive-header 
{
background-color: #f19072; /*右邊區塊標題背景色*/
}
.module
{
background-color: #db3839;/*右邊區塊顏色*/
}
.module-content a
{
color: #cbb994;/*左邊區塊連結文字的顏色*/
}
.module-content a:hover
{
color: #ffffff;/*左邊區塊連結文字的顏色(鼠標移過)*/
}

.entry 
{
background-color: #ffffff;/*文章區塊背景*/
｝
.entry-header 
{
border-bottom-color: #fddea5;/*文章標題左邊界*/
}
.entry-content
{
 font-size: 16px;/*文章內文文字大小*/
}
