/* stylefrench.css
	This stylesheet is intended to work with Dave's French pages and headers.
	_________________________________________________________________________

*/
/* The default text of the document */
.bodytext {
	background-color: white;
	font-family: "Calibri",sans-serif;
	font-size: 12.0pt;
	font-weight: normal;
	color: black;
}
.mainheadingtable {
	width: 100%;
	height: 50px;
	border: 0px;
	cellpadding: 0px;
	border-collapse: collapse;
}
/* The main content DIV settings */
.contentdiv {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

th {
	border: solid 2px;
	font-size: 14pt;
	font-weight: bold;
	font-family: Calibri;
}
td {
	font-size: 16px;
	font-family: Calibri;
}
.contenttable {
	border-collapse: collapse;
	width: 80%;
	border:solid 2px;
	margin-left: auto;
	margin-right: auto;
}

.int2 {
	background-color:yellow;
}
a.tlink:link {color: black;text-decoration: none;}
a.tlink:visited {color: navy;text-decoration: none;}
a.tlink:hover {color: green;text-decoration: none; background-color:azure;}
a.tlink:active {color: red;text-decoration: none;}

a.pages:link {
	color: black;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	font-family: Calibri;
}

a.pages:visited {
	color: navy;
	text-decoration: none;
	font-weight: bold;
	font-family: Calibri;
}

a.pages:hover {
	color: green;
	text-decoration: none;
	ffont-weight: bold;
	font-family: Calibri;
}

a.pages:active {
	color: red;
	text-decoration: none;
	font-weight: bold;
	font-family: Calibri;
}