

h1, h2 {
	font-variant: small-caps;
	text-align: center;
	font-size: 180%;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

h2 {
	font-size: 160%;
}


#content {
	background-color: #AAAAAA;
	padding: 3em;
	margin:0.2em 2em;
}

.copyrightnotice {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
}

#mycustomscroll {
/* Typical fixed height and fixed width example */

width: 220px;
margin-top:5px;
margin-left:15px;
height: 510px;
overflow: auto;
overflow-y: auto;
overflow-x: hidden;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
color:#26abe2;



}
#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 500px;
height: 383px;
overflow: auto;
overflow-y: auto;
overflow-x: hidden;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
color:#FFFFFF;
margin-left:15px; margin-top:10px;

}

#mycustomscroll7 {
/* Typical fixed height and fixed width example */
width: 650
px;
font-size:12px;
height: 535px;
overflow: auto;
overflow-y: auto;
overflow-x: hidden;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
color:#000;


}

#mycustomscroll8 {
/* Typical fixed height and fixed width example */
width: 680
px;
height: 650px;
overflow: auto;
overflow-y: auto;
overflow-x: hidden;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
color:#fff;


}
#mycustomscroll3 {
/* Typical fixed height and fixed width example */
width: 622px;
height: 340px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
color:#FFFFFF; background-image:url(file:///Macintosh%20HD/Users/Solveig/Desktop/images/bghire.jpg);
margin-left:15px; margin-top:5px;

}
#mycustomscroll4 {
/* Typical fixed height and fixed width example */
width:650px;
height: 320px;

/* IE overflow fix, position must be relative or absolute*/
position: relative;
color:#FFFFFF; background-image:url(file:///Macintosh%20HD/Users/Solveig/Desktop/images/bghire.jpg);
margin-left:15px; margin-top:50px;

}

#mycustomscroll6 {
/* Typical fixed height and fixed width example */
width: 622px;
height: 303px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
color:#FFFFFF;
margin-left:15px; margin-top:85px;

}




.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

