body
{
    width: 100%;
    height: 100%;
    padding: 0em;
    margin: 0em;
    overflow: hidden; /* background: #957955; */
    background: black;
}

*
{
    font-family: arial,sans-serif;
    margin: 0;
    padding: 0;
}

a,a:link,a:visited 
{
    text-decoration: underline;
    color: White;
}

a:hover,a:active 
{
    color: Red;
}

a.blacklink,a.blacklink:link,a.blacklink:visited 
{
    text-decoration: underline;
    color: Black;
}

a.blacklink:hover,a.blacklink:active 
{
    color: Red;
}

.gradientblue
{
    background: #557995; /* for non-css3 browsers */
}

.oldgradientblue
{
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AAAAFF', endColorstr='#CCCCFF'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#AAAAFF), to(#CCCCFF)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #AAAAFF,  #CCCCFF); /* for firefox 3.6+ */
}

input
{
    font-size: 1em;
}

ul,li
{
    list-style-type: none;
    list-style-position: inside;
}

.ttthumb
{
    width: 14em;
    height: 10em;
}

.ttimg 
{
    border: 1em solid #B99E42;
    width: 51em;
    height: 38em;
}

#newsticker-demo a
{
    text-decoration: none;
}
#newsticker-demo img
{
    border: .5em solid #B99E42;
}

/* Scroller Box */
#scroller_container {
 position: relative;
 width: 300px;
 height: 60px;
 overflow: hidden;
}

#scroller {
 white-space: nowrap;
 line-height: 60px;
 font-size: 60px;
}

#scroller p {
 padding: 0;
}
/* Scoller Box */
     
