﻿#marqueecontainer{
position: relative;
width: 165px; /*marquee width */
height: 142px; /*marquee height */
background-color: #CACF9B;
overflow: hidden;

padding: 2px;
padding-left: 4px;
float: right;
text-align: justify;
direction: rtl;
font-family: Tahoma;
font-size: small;
}
A.titledarticle
{
	text-decoration: none;
	color: black;
}


A.titledarticle:hover
{
	text-decoration: underline;
}
