h2 {
	font-size: 12pt;
	
	color: #666;	
}

h3 {
	font-size: 11pt;
	
	color: #454C6B;	
}

h4 {
	font-size: 10pt;
	
	color: #454C6B;	
}

h5 {
	font-size: 9pt;
	
	color: #454C6B;	
}

td {
	vertical-align: top;
}

a {
	text-decoration: none;	
	
    font-weight: bold;

	color: #454C6B;
}

a:hover {
	text-decoration: underline;	
}

ul {
    list-style-image: url("../images/layout/dot_db.gif");

	margin: 0;
    padding-left: 20px;
}

ul li { 
    padding: 2px 0;
}

#content img { 
    margin: 10px;
}

.menu h2 { 
    font-size: 9pt;

    margin-bottom: 4px;
    margin-left: 4px;

    color: #28304f;
}


/** clanky **/

div.article {
	margin-bottom: 16px;	
}

div.article h3 {

	
	font-size: 1.3em;
}

div.article h3 span.comment {
	display: block;
	
	font-size: 0.7em;
	font-weight: normal;
	
	color: #ccc;
}

