/* CSS Document */

body {
font: normal 80% arial;
color: #333;
}

h1 {
font-size: 160%;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
color: #7D180C;
}

h2 {
font-size: 140%;
font-family:Georgia, "Times New Roman", Times, serif;
color: #7D180C;
}

h3 {
font-size: 120%;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
color: #7D180C;
}


h4 {
font-size: 110%;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
color: #7D180C;
}

h5 {
font-size: 100%;
font-family:Georgia, "Times New Roman", Times, serif;
color: #7D180C;
}

a {
color: #14529a;
text-decoration: none;
font-style:normal;
}

a:hover {
color: #14529a;
text-decoration:underline;
font-style:normal;
}

#quote {
font-size: 100%;
font-family:Georgia, "Times New Roman", Times, serif;
color: #7D180C;
font-weight:bold;
font-style:italic;
text-align:center;
padding:20px;
}
.name {
font: normal 80% arial;
color: #333;
padding:5px;
padding-top:0px;
}