@import "/css/framework.css";
@import "/css/top.css";
@import "/css/left.css";
@import "/css/right.css";
@import "/css/firstpage.css";
@import "/css/article.css";
@import "/css/folder.css";
@import "/css/bottom.css";
@import "/css/main.css";


html
{
  height: 100%;
}

body
{
  margin: 0px;
  padding: 0px;
  background: white;
  color: #333333;
  font-family: georgia, verdana, arial, helvetica, sans-serif, trebuchet ms;
  font-size: 0.83em;
  line-height: 1.3;
}

a, a:visited
{
  color: #ff0000;
  text-decoration: none;
}

a:active, a:hover
{
  color: #ff0000;
  text-decoration: underline;
}

a.more, a.more:visited{
 color: #a8a8a8;
 clear: both;
 display: block;
}
a.more:active, a.more:hover{
 color: #c6006b;
 text-decoration: none;
}
a img
{
  border: 0px;
}
h1.title
{
  font-size: 1.8em;
  font-weight: normal;
  margin: 0 0 0 0;
  padding: 0px;
  color: #333333;
}

h2.title
{  
  margin: 0 0 5px 0;
  color: #797979;
  font-size: 1.5em; 
}
h3.title
{  
  margin: 0 0 0 0;
  color: black;
  font-size: 1.2em; 
  font-weight: bold;
  text-transform: uppercase;
}
h4.title
{  
  margin: 0 0 5px 0;
  color: white;
  font-size: 10px; 
  font-weight: bold;
  text-transform: uppercase;
}
.file {
  margin-bottom: 4px;
}

.file img {
  margin-bottom: -4px;
}