@import url('/css/layout.css');
@import url('/css/ad.css');
@import url('/css/ads.css');
@import url('/css/news.css');
@import url('/css/article.css');
@import url('/css/list.css');
@import url('/css/menu.css');
@import url('/css/search.css');
@import url('/css/content.css');


body { 
  font-family: arial, helvetica, sans-serif;
  font-size  : 12px;
}

img {
  border : 0px;
}

h1 {
  font-size    : 22px;
  color        : #99A7B6;
  font-weight  : bold;
  margin       : 0px;
  padding      : 0px;
}	
h2 {
  font-size    : 18px;
  color        : #99A7B6;
  font-weight  : bold;
  margin       : 0px;
  padding      : 0px;
}	
h3 {
  font-size    : 14px;
  color        : #99A7B6;
  font-weight  : bold;
  margin       : 0px;
  padding      : 0px;
}
h4 {
  font-size    : 12px;
  color        : #99A7B6;
  font-weight  : bold;
  margin       : 0px;
  padding      : 0px;
}
h5 {
  font-size    : 10px;
  color        : #99A7B6;
  font-weight  : bold;
  margin       : 0px;
  padding      : 0px;
}
p {
  margin : 0px;
}

a, a:link, visited {
  text-decoration : underline	;
  color		  : #0000aa;
}
a:hover, a:link:hover, a:visited:hover {
  text-decoration : underline;
  color           : #aa0000;
}

h1 a, h1 a:link, h1 a:visited {
  text-decoration : none;
  color		  : #99A7B6;
}
h2 a, h2 a:link, h2 a:visited {
  text-decoration : none;
  color		  : #99A7B6;
}
h3 a, h3 a:link, h3 a:visited {
  text-decoration : none;
  color		  : #99A7B6;
}
h4 a, h4 a:link, h4 a:visited {
  text-decoration : none;
  color		  : #99A7B6;
}
h5 a, h5 a:link, h5 a:visited {
  text-decoration : none;
  color		  : #99A7B6;
}

.image img {
  border : 0px;
}
