body {
    font-family: "Times New Roman", Times, serif;
	font-size: 100%
}

h1 {
    text-align: left;
	color: blue;
	margin: 30px 50px;
	font-size: 1.5em;
}
h2 {
    text-align: left;
	margin: 0px;
	font-size: 1.2em;
}
h3 {
    margin: 0; 
    padding: 0; 
    line-height: 1; 
}
p {
    text-align: left; 
	margin: 5px;
   }

.search-container {
    text-align: center;
    margin: 20px;
}

button {
    margin: 5px;
}

a:link {
    text-decoration: none;
}

.center {
    text-align: center;
}


ul {
    list-style-type: none;
}
.accordion {
    background-color: #eee;
    border: none;
    color: #444;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 15px;
}

.active, .accordion:hover {
    background-color: #ccc;
}

.panel {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: white;
}
span {
    font: 100% "Times New Roman", Times, serif;
}

