/*bg colour and font for page*/
body{background-color:#B0E5F0;font-family:"Lucida Grande",Verdana,Tahoma,Helvetica,Arial,sans-serif;}

/*main header for whole page*/
h1{
	font-family:"Courier", monospace;
	color:#186877;
	font-size:2em;
	padding: 30px 20px 0;
	margin: 0px;
	text-align:center;
}

/*section headers, which are anchors*/
h2 a,h2 a:hover{color:black;text-decoration:none;color:#186877;}

/*signature*/
h3{
	font-size:1em;
	text-align:right;
}

/*the main div containing everything*/
div{
	color:#186877;
	border:0;
	padding: 15px;
	width: 80%;
	margin-left:5%;
	background-color:#B0E5F0;
}

/*for the "contents" div*/
#contents {
	border: 1px dotted gray;
	background-color:#FCFCFC;
}

/*tr="tiny right" this is for the "return to contents" links*/
#tr{font-size:small;float:right;
}

/*ul=unordered list li=list item*/
ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

/*controls the appearance of links*/
a, a:link {
	color:#4C93CA;
	text-decoration:none;
}
a:visited {
	color:#3C73AA;
	text-decoration:none;
}
a:focus, a:hover {
	color:#002663;
	text-decoration:underline;
	cursor:pointer;
}
a:active {color:#242900;}
/*input {
    width: 250px;
    padding: 5px;
    /*-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    /*-moz-box-sizing: border-box;    /* Firefox, other Gecko */
    /*box-sizing: border-box;         /* Opera/IE 8+ */
//}