﻿
@charset "utf-8";


@font-face {
  font-family: Georgia;
  src: url(georgia.ttf);
}


body {
    font-family: Georgia, serif;
}

h1 {
    font-size: 270%;
}

h3::before {
    content: "★ ";
}

h4::before {
    content: "• ";
/*
    making the stars and bullets line up makes the not-indented text following look wrong
    padding-left: 5px;
    padding-right: 6px;
*/
}

.center {
    text-align: center;
}
