body{
background-color: #141414;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
scrollbar-face-color:#000000;
scrollbar-highlight-color: #666666;
scrollbar-3dlight-color: #0099CC;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #0099CC;
scrollbar-arrow-color: #ffffff;
scrollbar-track-color: #000000;
line-height: 1.5em;
}

.newsHeadLine{
color: #0099CC;
font-size:12px;
font-weight:bold;
}

.specials{
font-size:12px;
color:#FB9D78;
}

/* The properties for the navigator links */
.mainLinks a{
color:#FF6600;
text-decoration: none;
font-size:12px;
}
/* The mouseover properties for the main links in all pages */
.mainLinks A:hover {
color: #00CCFF;
text-decoration: underline;
}
/* The properties for the all other links in the content of all pages */
.contentLinks a{
color: #0099CC;
text-decoration: none;
border-bottom: thin dotted #996633;
}

/* The mouseover properties for the all other links in the content of all pages */
.contentLinks A:hover {
color: #FF6600;
text-decoration: none;
}

/* The properties for the main div that contains the whole page */
#mainDiv{
background-image: url(../images/index3.gif);
width:1044px;
height:788px;
margin-left: auto;
margin-right:auto;
margin-top:60px;
}
/* The properties for the div that holds the content of the page*/
#contentDiv{
overflow:auto;
width:580px;
height:450px;
margin-left:20px;
margin-top:5px
}
/* The main table in the middle that contains the left image ant the contentDiv in all pages*/
#linksTable{
margin-left:450px;
margin-top:150px;
}

#contentTable{
width:800px;
margin-left:100px;
margin-top:20px;
}

#commentTable{
width:600px;
margin-left:300px;
margin-top:20px;
}
#commentDiv{
width:530px;
height:100px;
}





