@charset "utf-8";
/* CSS Document */
 body {font-family: Arial, Helvetica, sans-serif}
h1,h2,h3 {color: red; text-align: center; clear: none; font-family: Georgia, "Times New Roman", Times, serif}
.h4cent {color: black; text-align: center; clear: none; font-family: Georgia, "Times New Roman", Times, serif}
h4 {color: black; padding-left: 5em; margin-left: 0em; font-family: Arial, Helvetica, sans-serif}
h1 {font-style: italic; }
.photo2 img {	margin: 1em;  align:center; text-align:center;	}
.photo2 p {  text-align: center;}
a {font-family:"Courier New", Courier, monospace; ; font-weight: bold}
.links { font-size: x-large; font-weight: bold; text-align: center;  clear: none ; margin-right: auto; margin-left: auto; white-space: normal}
a:link {
    color: blue;
    background-color: transparent;
    text-decoration: underline;
}
a:visited {
    color: mauve;
    background-color: transparent;
    text-decoration: none;
}
a:hover {
    color: red;
    background-color: transparent;
    text-decoration: underline;
}
a:active {
    color: yellow;
    background-color: transparent;
    text-decoration: none;
}
	