<style>
.text {
color: white;
font-size: 11px;
}

.medtext {
color: white;
font-size: 15px;
}

.bigtext {
color: white;
font-size: 30px;
}

.title {
color: white;
font-size: 20px;
}

a:link, a:visited {
color: white;
font-size: 11px;
line-height: 20px;
text-decoration: none;
}

a:hover, a:active {
color: #6a6d7e;
font-size: 11px;
line-height: 20px;
}

a.table:link, a.table:visited {
color: white;
font-size: 16px;
text-decoration: none;
font-weight:bold;
}

a.table:hover, a.table:active {
color: slateblue;
font-size: 16px;
}

a.contact:link, a.contact:visited {
color: slateblue;
font-size: 16px;
text-decoration: none;
font-weight:bold;
}

a.contact:hover, a.contact:active {
color: white;
font-size: 16px;
text-decoration: none;
font-weight:bold;
}

a.title:link, a.title:visited {
color: white;
font-size: 16px;
text-decoration: none;
font-weight:bold;
}

a.title:hover, a.title:active {
color: slateblue;
font-size: 16px;
}

.border {
border: solid 1px #999;
}

.links {
position: absolute;
left: 0;
right: 0;
top: 225px;
}

th {
  text-align: right;
  font-weight: normal;
}

td {
  text-align: left;
  padding-left:20px;
}

fieldset {
border: none;
width: 700px;
padding: 10px;
margin: auto;
text-align: left;
}

.paragraph1 {
border: none;
width: 700px;
padding: 10px;
margin: auto;
text-align: left;
}

.paragraph1 img {
margin-right: 120px;
}

.paragraph2 {
border: none;
width: 700px;
padding: 10px;
margin: auto;
text-align: right;
}

.paragraph2 img {
margin-left: 120px;
}

.paragraph3 {
border: none;
width: 700px;
padding: 10px;
margin: auto;
text-align: right;
}

.paragraph3 img {
margin-right: 70px;
}

.intro {
border: none;
width: 700px;
padding: 10px;
margin: auto;
text-align: right;
}

.intro img {
margin-left: 120px;
}

.paragraph_left {
border: none;
width: 700px;
padding: 10px;
margin: auto;
text-align: left;
}

.paragraph_left img {
display: block;
margin: auto;
}

.paragraph_center {
border: none;
width: 700px;
padding: 10px;
margin: auto;
text-align: center;
}

.paragraph_center img {
display: block;
margin: auto;
}

.button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: darkslateblue;
  border: none;
  box-shadow: 0 4px #999;
}

.button:active {
  box-shadow: 0 2px #666;
  transform: translateY(4px);
}

.copyright {
color: white;
font-size: 11px;
}

.body {
background-color:black;
color:white;
width:910px;
margin:0 auto;
}

body {
background-image: url('pics_n_gifs/IMG_4293.jpg');
font-family: Courier New;
text-align: center;
}
</style>