
/*This is the main style sheet of the concordance site.*/


body {
		background: white;
						font-family: "Times New Roman", serif; color: black;}

div.page {margin-left: 5%;}

h1, h2, h3 {text-align: center;}
	

a:link {
color: blue;
font-weight: bold;}

a:visited {
color: purple;
font-weight: bold;}

a:hover, a:active {
color: red;}

a:link.home {
color: yellow;
font-weight: bold;}

a:visited.home {
color: #FFCC33;
font-weight: bold;}





