body, table {
font-family: 'Arial', Tahoma, Verdana, sans-serif;
font-size: 13px;
line-height: 150%;
margin: 0;
color: #333;
}

h1, h2, h3, h4{
color: #1B61B7;
font-family: 'Arial', Tahoma, sans-serif;
margin-top: 0.2em;
font-weight:normal;
}

h1 {
  font-size: 24px;
}

h2 {
font-size: 18px;
}

h3 {
font-size: 18px;
}

h4 {
font-size: 26px;
color: white;
}

.colored { color: #1B61B7; }

a, a:visited { color: #1a61b7; text-decoration: underline; }
a:hover { color: #1a61b7; text-decoration: none; }

a img { border: none }
ul { list-style-image: url(../img/li.gif);
}

div.content_inner img {
margin-bottom: 5px;
}

