a:link {
    text-decoration: none;
    color: rgb(85, 26, 139);
}
a:visited{
    text-decoration: none;
    color:rgb(0, 0, 238);
}
a:hover {
    text-decoration: underline;
}
table, th, td {
    border: none;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
    border-spacing: 0;
}
th, td{
    padding: 0px;
}
.centerTbl{
    max-width: 725px;
    margin: 0 auto;
    height: auto;
}
.allTbl {
    width:725px;
    height: auto;
}
.affiliateLink:hover {
    text-decoration: underline;
}

/*
--------------REVIEWS HEADER--------------
 */
.background{
    background-color: #330066;
}
.containerUl{
    height: 20px;
    background-color:#cccccc;
    padding-top: 5px;
}
ul.horizontal {
    list-style-type: none;
    margin: 0;
    padding: 0 10px 0 0;
    overflow: hidden;
    background-color: #cccccc;
}

ul.horizontal li {
    float: left;
}
ul.horizontal li:first-child{
    margin-left:560px;
}

ul.horizontal li a {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 0 15px;
    font-weight: bold;
}

.siteName {
    width:471px;
    height:78px;
}
.siteName img{
    width:450px;
    height:70px;
    padding: 10px;
}
.siteImg {
    width: 254px;
    height:78px;
}
.siteImg img{
    width: 234px;
    height: 60px;
    padding: 10px;
}
.maxDiv{
    width:100%;
}
.staticHeight{
    height: 24px;
}
.casinoRev{
    width: 143px;
    background-color: rgb(255,215,0);
    float:left;
    font-size:12px;
    color:#000066;
}
.centerTexts {
    position:relative;
    top:-5px;
}
.bookmark {
    width: 155px;

    background-color: #000066;
    float:left;
    font-size:10px;
    color:#ffffff;
    font-weight: bold;
}
.marquee {
    width: 427px;
    background-color: #cccccc;
    float:left;
}
/*
----------------------SIDEBAR-----------------
 */
.sidebar {
    width:129px;
    max-height: 4558px;
    vertical-align: top;
    background-color: #000066;
    padding:5px;
}
.sidebar hr{
    border: 1px solid #ffffff;
    background-color: #ffffff;
}
.headingColor{
    color: gold;
}
ul.vertical {
    list-style-type: none;
    margin: 0;
    padding: 10px;
}
/*
--------------------MAIN-----------------------
 */
.mainContent{
    vertical-align: top;
    width:551px;
    max-height: 1413px;
    padding:5px;
}
div.allFont * {
    color: #000066;
    font-size: 12px;
}
div.allFont hr{
    border:1px solid #000066;
    background-color: #000066;
}
p.reviewsFont{
    color: #ff0000;
    font-weight: bold;
}