/*
                             style.css
*/

body {
	background-color: white;
	background-image:url('bgs.jpg');
	color:blue;
	font-family:"lucida sans unicode",sans-serif;
}

body.relaxed {
	font-family: "comic sans ms",cursive;
	color:#C00000;
}


h1 {
	font-size: 2em;
	font-weight: 800;
}

h2 {
	font-size: 1.6em;
	font-weight: 700;
}

h3 {
	font-size: 1.2em;
	font-weight: 600;
}

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

hr {
	height:1px;
	color:black;
	border: 1px solid black;
	margin-left:auto;
	margin-right:auto;
}


img.centered {
	display:block;
	text-align:center;
	clear:both;
}

img.shadowed {
	padding:2px;
	background-color:white;
	border:2px solid darkred;
}

a:link, a:active, a:visited {
	color:black;
}

a:hover {
	color:tomato;
}



.left-side {
	float:left;
	margin-left:0px;
	margin-right:auto;
	margin-bottom:1em;
	width:49%;
}

.right-side {
	float:right;
	margin-right:0px;
	margin-left:auto;
	margin-bottom:1em;
	width:49%;
}

.centered {
	margin-left:auto;
	margin-right:auto;
}

.no-wrap {
	white-space:nowrap;
}

div.centered img {
	margin: 3px;
	display:inline;
}

.underlined {
	text-decoration:underline;
}

.bordered {
	border:1px solid black;
}

.blue-text {
	color:blue;
}

.half-width {
	width:50%;
}

.dbg1 {
	background-color:pink;
	border-width:1px;
	border-color:black;
}

.dbg2 {
	background-color:white;
	border-width:1px;
	border-color:black;
}

.sig {
	text-align: right;
	font-size: x-large;
	font-family:serif;
	color: darkred;
}
.docdate {
	text-align: right;
	font-size: x-small;
	font-family:arial, helvetica, sans-serif;
	color: blue;
}
.sigsmall {
	text-align: right;
	font-size: large;
	color: darkred
}

