/* type selectors */
article, aside, figure, figcaption, footer, header, nav, section {
    display: block;
}
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 120%;
	width: 80%;
	margin: 0 auto;
	background-color:burlywood;
	font-weight:medium;
}
section{
    padding:15px;
}
h1 {
	font-size: 120%;
	padding: .25em 0 .25em 25px;
	cursor: pointer;
}
h1.plus{
	background: url(images/plusb.png) no-repeat left center;
}
h1.minus {
	background: url(images/minusb.png) no-repeat left center;
}
ul {
	padding-left: 45px;
}
li {
	padding-bottom: .25em;
}
p {
	padding-bottom: .25em;
	padding-left: 25px;
}
.website{
    margin-left: 3em;
}
.myname
{
    text-align:center;
    font-weight:bolder;
    font-size:25px;
}
.myhead {
    text-align:center;
    display:block;
}
div.closed{
    display:none;
}
div.open{
    display:block;
}
.mysum
{
    font-size:15px;
    font-weight:bold;
    text-decoration:underline;
}

@media print {
    body
    {
        background-color:white;
        color: black;
        width: 95%;
    }
}
