/* This is the style for the links along the top (the Gym, The store...) */
.TabLinks{
	font-family: "Arial,Geneva";
	color:        Yellow;
	font-size:   15pt;
	font-weight: bold;
	text-decoration: none;
}

/* This is the style for the links on the video page (Squat, bench, Deadlift) */
.VideoTabLinks{
	font-family: "Arial,Geneva";
	
	font-size:   15pt;
	
	text-decoration: none;
}
/* this is the text for the Call Us in the upper right hand corner */
.HeadingText{
	font-family: "Arial,Geneva";
	color:        Yellow;
	font-size:   20pt;
	font-weight: bold;
}

/* The copyright along the bottom */
.Copyright{
	font-family: "Arial,Geneva";
	color:        Yellow;
	font-size:   small;
	font-weight: bold;
}

.SmallWriting{
	font-family: "Arial,Geneva";
	font-size:   small;
	font-weight: bold;
}

/* This is the normal writing on a page */
.PageText{
	font-family: "Arial, Geneva";
	font-size: 17px;
}

.ThanksText{
	font-family: "Arial, Geneva";
	font-size: 22px;
	font-weight: 600;

}

.ErrorTextBig{
	font-family: "Arial, Geneva";
	font-size: 22px;
	font-weight: 600;
	color: Red;

}

.ErrorTextSmall{
	font-family: "Arial, Geneva";
	font-size: 17px;
	font-weight: 400;
	color: Red;

}

/* This is the style for the bars between the text for the links along the top. */
.BarStyle{
	font-family: arial;
	color: white;
    font-size: 14pt;
}

a:link{
	text-decoration: none;
}

a:hover{
	color: red;
}

a:visited{
	text-decoration: none;
}