/* css document for gym 445 website */

/* background for td content areas */
td.tdContent {
	background-color: black;
}
/* links for media page */
img {
	border: none;
}
/* links for media page */
a.mediaLink:link, a.mediaLink:visited {
	font-family: avantgarde, arial;
	font-size: 12;
	color: red;
	text-decoration: none;
}
/* links for navbar color change on hover */
a.mediaLink:hover {
	font-family: avantgarde, arial;
	font-size: 12;
	color: white;
	text-decoration: none;
}
/* links for navbar */
a.link1:link, a.link1:visited {
	font-family: avantgarde, arial;
	font-size: 12;
	color: red;
	text-decoration: none;
}
/* links for navbar color change on hover */
a.link1:hover {
	font-family: avantgarde, arial;
	font-size: 12;
	color: white;
	text-decoration: none;
}

/* links for links page */
a.link2:link, a.link2:visited {
	font-family: avantgarde, arial;
	font-size: 12;
	color: red;
	text-decoration: none;
}
/* links for links page color change on hover */
a.link2:hover {
	font-family: avantgarde, arial;
	font-size: 12;
	color: white;
	text-decoration: none;
}


/* links for images */
a.imageLink:link, a.imageLink:visited {
	font-family: avantgarde, arial;
	font-size: 12;
	color: red;
	text-decoration: none;
}
/* links for images color change on hover */
a.imageLink:hover {
	font-family: avantgarde, arial;
	font-size: 12;
	color: orange;
	text-decoration: none;
}
/* main display text */
div.displayText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	color: white;
	text-decoration: none;
}
/* image title text */
div.imageText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14;
	color: orange;
        font-weight: bold;
	text-decoration: none;
}
/* media page text */
div.mediaText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14;
	color: orange;
        font-weight: bold;
	text-decoration: none;
}
/* media page text */
div.breadCrumbText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20;
	color: orange;
        font-weight: bold;
	text-decoration: none;
}
/* body to keep the table at the very top or the body */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
