h1.blue {
    color: #08088A;
    text-align: center;
    font-family: "Times New Roman";
}

h1.title {
    color: #ffffff;
    text-align: center;
    font-family: "Garamond", "Times New Roman", serif;
    text-shadow: 2px 2px #000000;
}
h2.title {
    color: #cccccc;
    text-align: center;
    font-family: "Garamond", "Times New Roman", serif;
    text-shadow: 2px 2px #000000;
}
h2.titleleft {
    color: #ffffff;
    text-align: left;
    font-family: "Garamond", "Times New Roman", serif;
    text-shadow: 2px 2px #000000;
}
h3.title {
    color: #cccccc;
    text-align: center;
    font-family: "Garamond", "Times New Roman", serif;
    text-shadow: 2px 2px #000000;
}
h4.white {
    color: #ffffff;
    text-align: left;
    font-family: "Garamond", "Times New Roman", serif;
    text-shadow: 2px 2px #000000;
}
h2.blue {
    color: #08088A;
    text-align: center;
    font-family: "Times New Roman";
}

h3.white {
    color: #ffffff;
    text-align: center;
    font-family: "Garamond", "Times New Roman", serif;
}
h3.blueleft {
    color: #08088A;
    text-align: left;
    font-family: "Times New Roman";
}

h4.left {
    color: #08088A;
    text-align: left;
    font-family: "Times New Roman";
}

h3.link {
    color: #ffffff;
    background-color: #08088a;
    text-align: center;
    font-family: "Times New Roman";
}

p.blue {
    color: #08088A;
    text-align: center;
    font-family: "Times New Roman";
}

p.bigger {
    color: #ffffff;
    text-align: justify;
    font-family: "Arial", sans-serif;
    font-size: 170%;
    line-height: 120%;
}
ul.nav li {color: #ffffff;
    text-align: left;
    
    font-size: 110%;
    line-height: 150%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-bottom: solid #ffffff 1px;
    }
    
ul.nav a {
	color: #ffffff;
    text-align: left;
    
    font-size: 110%;
    line-height: 120%;
    display: block;
 }

p.biggercenter {
    color: #ffffff;
    text-align: center;
    font-family: "Garamond", "Times New Roman", serif;
    font-size: 150%;
}
p.quote {
    color: #ffffff;
    text-align: justify;
    font-family: "Times New Roman";
    font-size: 125%;
    font-style: italic;
}
p.strong {
    color: #ffffff;
    text-align: justify;
    font-family: "Garamond", "Times New Roman", serif;
    font-size: 150%;
    font-weight: bold;
}