html {
background-image: url('imgs/bg.png');
font-size: 14pt;
}

body {
width: 654px;
margin: auto;
margin-top: 20px;
margin-bottom: 40px;
font-family: Times, Georgia, serif;
}

h1 {display: none}

h2 {
margin: 0px;
margin-left: 10px;
font-weight: normal;
font-size: 20pt;
letter-spacing: -1.5px;
font-variant: small-caps;
}

h2:first-letter {
font-size: 25pt;
}

p, form {
margin: 10px;
}

p:first-letter {
font-size: 20pt;
}

a {
color: #01418A;
}

a:hover:first-letter {
font-size: 14pt;
}

a:hover {
color: #E60005;
}

div#top {
background-image: url('imgs/top.png') !important;
background-image: url('imgs/top2.png');
background-repeat: no-repeat;
width: auto;
height: 166px;
margin: auto;
border-bottom: 2px solid black;
}

div#glowny {
/* background-image: url('imgs/parchment.png'); 
border: 2px solid silver; */
margin-top: 10px;
min-height: 300px !important;
height: auto !important;
height: 300px;
}