/*
* Style sheet for HTML - CSS specification
*/

P.news
{
font-family: arial, helvetica, sans-serif;
font-size: 10px;
color: black;
text-align: justify;
}

.general
{
font-family: arial, helvetica, sans-serif;
font-size: 12px; color: black;
background-image: url(pic/bg/bg2.png);
margin: 10px;
padding: 0px;
}

.date
{
font-family: arial, helvetica, sans-serif;
font-size: 12px;
color: #003399;
font-weight: 600;
}

.site
{
font-family: arial, helvetica, sans-serif; 
font-size: 12px;
color: #003399; 
font-weight: 600;
text-align: center;
}

.title
{
border-style: solid;
border-bottom-width: 2px;
border-top-width: 2px;
border-left-width: 0px;
border-right-width: 0px;
border-color: #ffcc66;
background-color: #ffffcc;
}

.margin 
{
font-size: 10px;
}

