﻿#marqueecontainer{
position: relative;
width: 175px; /*marquee width */
height: 185px; /*marquee height */
background-color: transparent;
overflow: hidden;
border: none;
padding: 5px;
padding-left: 5px;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
font-style: normal;
font-variant: normal;
text-transform: none;
color: #413325;
}
.marqueetitle {
text-align: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
font-style: normal;
font-variant: normal;
text-transform: none;
color: #ffffff;
}
a:link {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
    color: #9F4B1D;
}
a:visited {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
    color: #9F4B1D;
}
a:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #ffffff;
}


