body 
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 10px;
}

img
{
  border: 0;
}

td
{
  vertical-align: top;
}

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

a:visited
{
   color: black;
}

#lang
{
  font-size: 12px;
  text-align: center;
}

#leftmenu td
{
  vertical-align: middle;
}

#leftmenu a
{
   text-transform: uppercase;
   font-size: 12px;
   font-weight: bold;
}

#leftmenu a:hover
{
  text-decoration: none;
}

.login
{
  font-size: 10px;
  text-align: center;
}

.last_added
{
  font-size: 10px;
  text-align: center;
  background-color: #FAFAFA;
  vertical-align: top;
}

.copyright
{
  color: white;
  font-size: 10px;
  text-align: center;
  vertical-align: middle;
}

#register
{
  font-size: 12px;
}

#register .title
{
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

input
{
  font-size: 11px;
}

.error
{
  color: red;
  font-size: 12px;
}

.message
{
  font-size: 12px;  
}

#search 
{
  font-size: 12px;
  font-weight: normal;
}

#search select
{
  font-size: 12px;
}

#search input
{
  font-size: 12px;
}

#articles
{
  font-size: 12px;
}

#articles .titles
{
  font-weight: bold;
}

#articles .title
{
  font-weight: bold;
}

#articles .author
{
  font-style: italic;
}

#articles .not_checked
{
  color: red;
}

#pages
{
  font-size: 12px;
}

#new_article td
{
  font-size: 12px;
}

#new_article .title
{
  font-weight: bold;
  text-align: center;
}

#new_article input
{
  font-size: 12px;
}

#vote td
{
   font-size: 10px;
}

#vote td.title
{
   font-weight: bold;
}

#comment 
{
  font-size: 12px;
}

#comment .title
{
  font-weight: bold;
  text-align: center;
}

#comment .user
{
  font-style: italic;
}

#comment .date
{
  font-style: italic;
}
