a:link {
color: blue;
text-decoration: underline;
}

a:visited {
color: gray;
}

a:active {
color: green;
text-decoration: none;
}

h1 {
font-family: Times, Verdana, Helvetica, sans-serif, Arial;
font-size: 36px;
color: black;
text-align:center;
margin: 0;
padding: 0;
}

h2 {
font-family: Times, Verdana, Helvetica, sans-serif, Arial;
font-size: 24px;
color: black;
text-align:center;
text-decoration: underline;
margin: 0;
padding: 0;
}

h3 {font-family: Times, Verdana, Helvetica, sans-serif, Arial;
font-size: 20px;
color: black;
text-decoration: underline;
}

h4 {
font-family: Times, Verdana, Helvetica, sans-serif, Arial;
font-size: 36px;
color: white;
text-align:center;
text-decoration:underline;
margin: 0;
padding: 0;
}

p {
font-family: Times, sans-serif, Helvetica, Verdana, Arial;
font-size: 16px;
color: black
}

.quote {
color: maroon;
font-style: italic;
font-weight: bold;
font-size: 20px;
text-align: center;
}

.quote2 {
color: black;
font-style: italic;
font-weight: bold;
font-size: 16px;
}

.caption {
color: blue;
font-style: italic;
font-weight: bold;
font-size: 20px;
}

.link {
font-weight: bold;
font-size: 12px;
text-align: center;
}

.name {
font-style: normal;
color: maroon;
font-weight: bold;
font-size: 16px;
text-align: center;
}

.white {
color: white;
font-size: 16px;
}

