.layout{
	width:950px;
	border: double 3px #253791;
	background:white;
	}
/* Table types "none" "dotted" "dashed" "solid" "Double" "groove" "ridge" inset" "outset"*/
.links{
	background: #253791;
	width:150px;
	vertical-align:top;
	}
.title{
	text-align:Center;
	vertical-align:top;
	background-image:url(images/bkgnd.bmp);
	}

.topleft{
	border-right: double 3px #253791;
    border-bottom: double 3px #253791;	
	}

.bottomleft{
    border-right: double 3px #253791;	
	border-top: double 3px #253791;	
	}
	
.topright{
	border-left: double 3px #253791;
    border-bottom: double 3px #253791;	
	}

.bottomright{
	border-top: double 3px #253791;	
    border-left: double 3px #253791;	
	}

.default{
	border: double 3px #253791;
}
		
.baseball{
	border:double 3px #253791;	
	background-image:url(images/baseball1.jpg);
	background-repeat: no-repeat;
	background-position: right;
	text-align:center;
	width:85%;
	vertical-align:top;
	height:521px;
	}	
.football{
	border:double 3px #253791;	
	background-image:url(images/football.jpg);
	background-repeat: no-repeat;
	background-position: right;
	text-align:center;
	width:85%;
	vertical-align:top;
	height:521px;
	}		
.footer{
	text-align:center;
	vertical-align:bottom;
	color:white;
	background: #253791;
	}
.ads{
	background: #253791;
	width:150px;
	color:white;
	}
	
a.links{
	color:white;
	font-weight:bold;
	text-decoration:none;
	}
a.links:hover{
	color:gold;
	text-decoration:none;
	}
	
a{
	color:#253791;
	font-weight:bold;
	text-decoration:none;
	}
a:hover{
	color:gold;
	text-decoration:none;
	}	