.address {
color: blue;
font-size: 18px;
    font-family: arial, 'helvetica', verdana;
}
.footer {
    font-style: italic;
    color: rgb(0,0,0);
    font-size: 17px;
    font-weight: bold;
    font-family: arial, 'helvetica', verdana;
}
.leftBlue{
  background-color: #3d39ff;
  width: 40px;
}
a{
text-decoration: none;
}

.picture{
margin: 6px 6px 6px 6px;
border: thin blue solid
}

.rightRed{
  background-color: #ff4141;
  width: 40px;
}
.funBig{
font-family: comic Sans MS;
color: red;
font-size: 36px;
}
.otherBig{
font-family: Verdana;
color: red;
font-size: 36px;

}

.funMed{
font-family: comic Sans MS;
color: red;
font-size: 18px;
}
.funSmall{
font-family: comic Sans MS;
color: red;
font-size: 14px;
}
.funBigBlue{
font-family: comic Sans MS;
color: blue;
font-size: 32px;
}
.funMedBlue{
font-family: comic Sans MS;
color: blue;
font-size: 18px;
}
.funSmallBlue{
text-align: justify;
font-family: comic Sans MS;
color: #000099;
font-size: 15px;
}
.otherSmallBlue{
text-align: justify;
font-family: verdana;
color: #000099;
font-size: 15px;
}

.funSmallBlueLeft{
text-align: left;
font-family: comic Sans MS;
color: #000099;
font-size: 15px;
}
.funSmallBlueBold{
text-align: justify;
font-family: comic Sans MS;
color: #000099;
font-size: 15px;
font-weight: bold;
}
.baseballTable{
font-family: comic Sans MS;
color: #000099;
font-size: 13px;
background-color: #d5d5d9;
border: thin #000099 solid
}
.baseballTableBig{
font-family: comic Sans MS;
color: #000099;
font-size: 16px;
background-color: #d5d5d9;
border: thin #000099 solid
}
/* New In Css */
.gallery{ width:100%; padding:20px 0 40px ;float: left; margin:0;}
.gallery li{ list-style:none; padding:10px; float:left; width:auto;}
.gallery li img{ width:225px; height:auto; border:solid 1px #211359; }
.gallery li p{ margin:0; padding:0; text-align:left;}
body{ margin:0; padding:0; background:#d3e1f4;}
#wrapsite{ margin:0 auto;}
.content{ width:620px; background:url(../images/background2.gif) repeat-y;}
.content2{ height:100%; width:500px;}
.fotter{ background:url(../images/footer.png) no-repeat; width:800px;}
.fotter tr{ height:50px;}
#header{ width:800px; height:auto; padding:0; margin:0;}
#header a{ display:block; width:auto; height:99px; overflow:hidden;}
#header a img { border:none;}
*.h3comic{ font-family:"Comic Sans MS", Helvetica, sans-serif; font-weight:bold;}
#download a{ display:block; width:490px; height:46px; text-indent:-9999px; background:url(../images/download.gif) 0 46px }
#download a:hover{ background: url(../images/download.gif) repeat-y !important;}
.blink{ text-decoration:blink;}