.table_news {
width: 580px;
padding: 5px 5px 5px 15px;
background-color:#FFCC66;
border:1px silver solid;
font-size: 90%; font-weight: bold;
letter-spacing: 0.1em;
-moz-box-sizing:border-box; box-sizing:border-box;
}
.table_news_detail {
width: 580px;
padding: 5px;
background-color:#FFFFFF;
border:1px;
border-style:solid;
border-color:silver;
font-size: 90%; line-height: 130%;
letter-spacing: 0.1em;
-moz-box-sizing:border-box; box-sizing:border-box;
}
h1 {  font-size: 170%}
h2 {  font-size: 120%}
h3 {  font-size: 80%}
body {  background-image: url(images/css_back.jpg); background-repeat: repeat-y;}
