body {
text-align: left;
margin: auto 0;
/*Setting the background color to dark red*/
background-color: #993333;
}

/*Title of each webpage in red writing*/
h1 {
color: #FF0000;
font: 16pt, arial black;
margin-top: 10px; 
margin-bottom: 0; 
margin-left:10px;
}

/*Bold text on left side of webpage*/
h2 {
color: #000000;
font: 11pt, arial;
font style: bold;
margin-top: 0;
margin-bottom: 0;
margin-left: 10px;
line-height: 200%;
}

/*PDF writing at the bottom of pages with PDF files*/
/*Smoking & Restroom warning at the bottom of the page*/
h3 {
color: #000000;
font: 9pt, arial;
margin-top: 0;
margin-bottom: 0;
margin-left: 10px;
line-height: 150%;
}

/*Regular text on each webpage*/
p.regular{
color: #000000;
font: 11pt, arial;
margin-top: 0;
margin-bottom: 0;
margin-left: 10px;
line-height: 150%;
}

/*Text for "League Standings"*/
h4 {
color: #000000;
font: 12pt, arial;
font style: bold;
margin-top: 10px;
margin-bottom: 0;
margin-left: 0;
text-align: center;
line-height: 150%;
}

/*Text for "League Standing Hyperlinks"*/
p.leaguehyperlinks{
font: 11pt, arial;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
text-align: center;
line-height: 150%;
}

/*Text for "League Standing Listings (Without Hyperlinks)"*/
p.leaguelinks{
color: #000000;
font: 11pt, arial;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
text-align: center;
line-height: 150%;
}

/*Centering the Pictures*/
p.pictures{
text-align: center;
line-height: 150%;
}

/*Text for Footer*/
p.footer{
color: #000000;
font: 10pt, Verdana;
margin-top: 0; 
margin-bottom: 7px;
font-weight: bold;
text-align: center;
text-decoration: none;
}

/*Format of the SNS Solutions Logo*/
p.snssolutions{
color: #000000;
font: 7pt, Arial;
margin-top: 0; 
margin-bottom: 0;
text-align: center;
}

/*Table Coding found on this site
http://robertdenton.org/reference/css-tables-tutorial.html
*/

/*Main Table of the website*/
table.one
{
width: 732px;
height: 760px;
border-collapse: collapse;
border: 2px #CC6600 solid;
}

/*Table for the Pla-Mor Lanes Banner*/
table.two
{
width: 732px;
border-collapse: collapse;
border-width: 0px
border: 1px #6699CC solid;
}

table.sofT{
 text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
background-color: #fafafa;
border-spacing: 0px; 
}

td.calendar{
border-bottom: 2px solid #6699CC;
border-left: 1px solid #6699CC;
background-color: #BEC8D1;
text-align: left;
text-indent: 5px;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
color: #404040; 
}

/*Text inside the drop down menu*/
.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font:normal 14px Arial;
color: #FFFFFF
line-height: 18px;
z-index: 100;
background-color: #FF0000;
}

/*Location of the drop down menu*/
.anylinkcss a{
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

.anylinkcss a:hover{ /*hover background color*/
text-decoration:underline;
color: white;
}

/*Future Hover Thumbnails*/
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 30;
left: -140px; /*position where enlarged image should offset horizontally */
}


/*Red Text for "Parties" on home page*/
a.party:link{
color: #FF0000;
font: 11pt, comic sans MS;
text-decoration: underline;
}

/*Blue Text for Acrobat Reader on pages with PDF files*/
a.acrobatreader:link{
color: #0000FF;
font: 9pt, arial;
text-decoration: underline;
}