html{
font-family: "Arial Baltic","‚l‚r ƒSƒVƒbƒN",sans-serif;
}

.news{
display:block;
background-color:#FFBF00;
width:50px;
height:20px;
color:black;
border-radius:5px;
text-align:center;
float:left;
font-weight:400;
}

.app{
display:block;
background-color:#01A9DB;
width:80px;
height:20px;
color:black;
border-radius:5px;
text-align:center;
float:left;
}

.data{
float:left;
font-weight:700;
}

.main{
width:392px; 
word-break:break-all;
}

.top{
border-bottom:solid 2px black;
font-size:18px; 
color:black; 
font-weight:700;
}

.content{
border-bottom:dotted 2px black;
margin-top:5px; 
color:black; 
font-weight:700;
}