/*******************************************************************/
/* Define the main layout characteristics to build page*/ 
.mattblacktabs{
width: 100%;
overflow: hidden;
/*border-bottom: 1px solid #97d1f1; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 0px; /*offset of tabs relative to browser left edge*/
font-size: 24px;
font-weight: bold;
font-family: "Bradley Hand ITC";
/*@font-face: src:url(fonts/Bradley Hand ITC);*/
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 10px;
padding: 3px 13px; /*padding inside each tab*/
border: 1px solid #ea5595; /*right divider between tabs*/
/*border-left: 0px solid #000000;*/ 
color: #ea5595;
background: #97d1f1; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
background: #97d1f1;
color: #ea5595;
border: 1px solid #ea5595;
}


.mattblacktabs li a:hover{
background:#ea5595;
color: #97d1f1; 
border: 1px solid #97d1f1;
}
.mattblacktabs li#selected a{
background: #ea5595;
color: #97d1f1;
border: 1px solid #97d1f1;
}

h1 {
	font-family: "Bradley Hand ITC";
	font-size: 28px;
	color: #F95FB5;
	font-weight: bold;
		}

.style1 {
	font-family: "Bradley Hand ITC";
	font-size: 36px;
	color: #E4002C;
	font-weight: bold;
}
.style2 {
	font-family: "Bradley Hand ITC";
	font-size: 30px;
	color:#F95FB5 ;
	font-weight: bold;
}
.style6 {
	color: #FC5CB6;
	font-weight: bold;
	font-family: Tahoma;
}
.style7 {
	color: #FF5DB4;
	font-weight: bold;
	/*font-family: "Rage";
	font-size: 18px;*/
	font-family: Tahoma;
}
.style8 {
	color: #FD5AB7;
	font-weight: bold;
	font-family: Tahoma;
}
.style9 {
	color: #FF5EBC;
	font-weight: bold;
	font-family: Tahoma;
}
.style12 {font-family: Tahoma}
.style13 {font-family: Tahoma; color: #000000;}
.style25 {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
}
.style28 {
font-family: "Bradley Hand ITC";
/*@font-face: src:url(fonts/Bradley Hand ITC);*/ 
font-size: 30px; 
color: #F95FB5; 
font-weight: bold; 
}
.style30 {
	font-size: 11px;
	font-family: Tahoma;
}
.style31 {
	font-size: 24px
}
.style32 {
color: #000000; 
font-weight: bold;
/*@font-face: src:url(fonts/Bradley Hand ITC);*/ 
font-family: "Bradley Hand ITC";
}
#bottom {
width:100%;
height: 1px;
background: #97d1f1;
margin-bottom: 3px;
}
