﻿/*
CSS for Menzingers site
*/

body {
 font-family: Verdana, Helvetica, Arial, sans-serif;
 background-color: Black;
 line-height: 125%;
 padding: 15px;
 color: white
}

h1 {
 font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
 font-size: x-large;
 color: white;

}

li {
 font-size: small;
 color: white;
}

h2 {
 color: white;
 font-size: medium;
 font-weight: normal;
}

li {
 font-size: small;
 color: white;

}

p {
 font-size: small;
 color: white;
}