/*
	mera.css
	This is the MAIN CSS FILE for ../html/mera
*/


H1,H2,H3,H4 {
	text-align:center;
	font-family: "Helvetica", "Arial";
	color:red
	}

body {
	background-color: white;
	margin-left: 2%;
	margin-right: 2%;
	font-family: arial;
	}

table {
	border-collapse: collapse;
	border: 0px solid black;
	padding: 0px;
}

th {
	padding: 0px;
	border: 0px solid black;
}

body.letter {
	margin-left: 10%;
	margin-right: 10%;
}

p.letter {
	text-indent:5em;
}

p.hang {
	margin-left: 4em;
	text-indent: -4em;
}

p {
	text-indent:3em;
	}


a {
	font-weight: bold;
	}

.bold {
	font-weight: bold;
	}
.italic {
	font-style: italic;
	}


/*
	These .center and .center table definitions should center tables in all
	versions of all browser.
	Use HTML code: <div class="center"><table class="top"> . . . . </table></div>
*/
.center {
	text-align: center;
	}
.center table {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}
.center table th {
	text-align: center;
	}


/*
	No wrap text
*/
.nw {
	white-space: nowrap;
	}

/*
	No wrap text, italic font
	Used first in alberta-college.htm
*/
.nwi {
	white-space: nowrap;
	font-style: italic;
	}
/*
	No wrap text, smaller font
	Used first in Jump/Addition/Update
	bar in History index.htm
*/
.nws {
	white-space: nowrap;
	font-size: smaller;
	}

.textbox {
	border:double medium black;
	padding:10px;
	}

.floatright {
	float: right;
	margin-left: .5em;
	font-weight: bold;
	text-align: center;
	text-indent: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
	border:double medium black;
}