.cols {
    display: block;
    /*float: left;*/
    width: 380px;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.elemTitle {
    display: block;
    margin-left: 5px;
    margin-top: 5px;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 5px;
    border-left: 1px dotted;
	border-right: 1px dotted;
    border-bottom: 1px dotted;
	border-top: 1px dotted;
}

.elemLink {
    display: block;
    margin-left: 5px;
    margin-top: 5px;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 5px;
    border-left: 1px dotted;
    /*border-top: 1px dotted;*/
}

.elemLink a {
	font-style: normal;
    font-weight: bold;
	line-height: normal;
	color: #00A;
	text-decoration: underline;
}

.elemLink a:hover {
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #05A;
	text-decoration: underline;
}
