#news table  {
font-family:tahoma;
font-size:75%;
padding-right:3px;
padding-left:3px;
 border: thin;
}

body, td {
  font-family: 'Tahoma';
margin:0px;
padding:0px;
}
#news1 {
  font-color: #33CCFF;
  font-family: tahoma;
   background-color:#f2f8fe;
   font-size:80%;
}

#news p {
  line-height: 25px;
  font-size: 75%;
}

#news h1 {
  text-align: center;
  font-family: arial;
  font-size: 130%;
  color: blue;
}

#news h2 {
  font-family: Arial;
  font-size: 100%;
  color: black;
}

#news ul {
  font-family: tahoma;
  font-size: 50%;
  color: red;
}

#news li {
  font-family: tahoma;
  font-size: 80%;
  color: green;
}

#news a {
text-decoration: none;
    border-bottom: dotted;
    border-width:1px;
	padding-bottom:3px;
        font-family: tahoma;
}

#news a:hover{
  color: blue;
}

#news h3 {
  font-family: Arial;
  font-size: 85%;
  color: brown;
}

#titr {
  font-family: arial;
  font-size: 110%;
  background-color:#cde6fa;
   text-align: center;
}
.blue
{
	color:blue;
}
.red
{
	color:red;
}
.green
{
	color:green;
}

input, select{
font-family:tahoma;
font-size:90%;

}
#filterBox
{
font-size:75%;
}