style = html`
<link href="https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Open+Sans:400,400i|Raleway:400,400i,700,700i" rel="stylesheet" type='text/css'>
<style>
body {
font-family: "Lora", serif;
font-size: 1.2em;
background-color: #fafafa;
}
table {
font-family: "Lora", serif;
}
h1 {
font-family: "Open Sans", sans-serif;
font-weight: 700;
color: #3d405b;
}
h3,h4,h5,h6 {
font-family: "Raleway", sans-serif;
font-weight: 700;
color: #444444;
}
h2 {
font-family: "Raleway", sans-serif;
font-weight: 700;
color: #e07a5f;
margin-top: 1em;
margin-bottom: 0.5em;
padding: 0.3em;
border-color: #3d405b;
border-left: 5px solid;
}
</style>
`