﻿body 
{
	padding:0px; margin:0px;
	font-family:Tahoma;
	font-size:11px;
}

#baseball { width:250px; height:300px; }
#baseball a:link,#baseball a:visited
{
    width:250px; height:250px;
    text-align:center;
    display:block;
    background:url(images/mss_baseball.png) 0px 0px no-repeat;
    text-decoration:none;
    color:#CC0000;
    font-weight:bold;
}
#baseball a:hover,#baseball a:active
{
	background-position: 0px -300px;
    text-decoration:underline;
    color:#000099;
}

#basketball { width:250px; height:300px; }
#basketball a:link,#basketball a:visited
{
    width:250px; height:250px;
    text-align:center;
    display:block;
    background:url(images/mss_basketball.png) 0px 0px no-repeat;
    text-decoration:none;
    color:#000099;
    font-weight:bold;
}
#basketball a:hover,#basketball a:active
{
	background-position: 0px -300px;
    text-decoration:underline;
    color:#CC0000;
}

#softball { width:250px; height:300px; }
#softball a:link,#softball a:visited
{
    width:250px; height:250px;
    text-align:center;
    display:block;
    background:url(images/mss_softball.png) 0px 0px no-repeat;
    text-decoration:none;
    color:#CC0000;
    font-weight:bold;
}
#softball a:hover,#softball a:active
{
	background-position: 0px -300px;
    text-decoration:underline;
    color:#000099;
}

#statcounter, #copyright
{
    padding:3px;
    border-top:#CC0000 1px solid;
    background:#d8d8d8;
    color:#666666;
}

#copyright { text-align:right; }