body {
 background-color: rgb(200,200,200);
 font-family: Times New Roman;
 color:BLUE;
}

h1 {
 font-family: Times New Roman, serif;
 font-weight: bold;
 text-align: center;
 color: BLUE;
}

h2 {
 font-family: Times New Roman;
 font-weight: bold;
 text-align: left;
 margin-top: 50pt;
 color: BLUE;
}

h3 {
 font-family: Times New Roman;
 text-align: left;
 color: BLUE;
}

h5 {
 font-family: Times New Roman;
 text-align: center;
 color: BLUE;
} 

p {
 font-family: Times New Roman;
 font-size: 12pt;
 text-align: left;
 text-indent: 0pt;
 color: BLUE
}

p.header {
 font-family: Times New Roman;
 font-size: 12pt;
 text-align: center;
 text-indent: 0pt;
 color: BLUE;
}

h3 {
 font-family: Times New Roman;
 text-align: left;
 color: BLUE;
}

.title {
 font-family: Times New Roman;
 font-size: 14pt;
 text-align: center;
 color: BLUE;
}

a {
 text-decoration: none;
 color: BLUE;
}

a:link {
 color: RED;
 text-decoration:underline;
}

a:visited {
 color: RED;
 text-decoration:underline;
}

a:active {
 color: RED;
 text-decoration:underline;
}

img {
 text-align: center;
 margin-bottom: 10px;
 margin-left: 10px;
 margin-right: 10px;
 margin-top: 10px;
}

blockquote {
 color: BLUE;
}

ol {
 list-style-type: circle;
 font-size: 12pt;
 margin-bottom: 15px;
}  

img.philip {
 width: 175px;
 height: 200px;
} 