body {
width: 625px;
background-color: #CCCCAA;
font-family: arial, helvetica, sans serif;
font-size: 12px;
margin-left: 170px;
padding: 30px 30px 60px 30px;
}

body.HomePage {
color: #88CCFF;
background-color: black;
}

body.HomePage p {
font-weight: bold;
text-align: center;
}

h1 {
font-size: 24px;
font-weight: bold;
color: red;
background-color: #223388;
text-align: center;
margin: 0px 10% 40px 10%;
padding: 8px;
}

h2 {
font-size: 20px;
font-weight: bold;
color: red;
margin-top: 30px;
text-indent: 1em;
}

h3 {
font-size: 16px;
font-weight: bold;
color: red;
margin-top: 20px;
text-indent: 3em;
}

p {
margin-bottom: 20px;
text-align: justify;
text-indent: 1em;
}

p.Signature {
font-style: italic;
font-weight: bold;
text-align: right;
margin-right: 80px;
}

p.Caption {
font-size: 12px;
font-style: italic;
margin: 2px 2px 20px 2px;
}

ul {
margin-left: 50px;
margin-bottom: 20px;
list-style-type: square;
}

li {
text-align: justify;
}

ul.WebLinks li {
font-size: 14px;
margin-bottom: 8px; 
}

ul.WebLinks a {
font-weight: bold;
}

dl {
margin-left: 50px;
}

dt {
text-indent: 0em;
margin-left: 0px;
padding-left: 0px;
font-weight: bold
}

dd {
text-align: justify;
margin: 4px 20px 20px 30px;
}

img {
border: none;
}

img.EmbeddedLeft {
border: solid 3px black;
margin-right: 30px;
margin-bottom: 20px;
}

img.EmbeddedRight {
border: solid 3px black;
margin-left: 30px;
margin-bottom: 20px;
}

a {
color: blue;
text-decoration: underline
}

a:hover {
color: red;
background-color: yellow;
}

.center {
text-align: center;
margin-left: auto;
margin-right: auto;
}

.Important {
color: red;
font-weight:bold;
font-variant: small-caps;
}
