/* This is a CSS comment tag. It is the only thing allowed in a .css file 
other than the actual styles.*/ 
body {
color: black; 
background: white;
}
a:link, a:active {
color:black;
background: white; 
text-decoration:none;
} 
a:visited {
color:black; 
background:inherit; 
text-decoration:none;
}
a:hover {
color:black; 
background:white;
}
p {
font-family: times, serif; 
font-size:12pt;
margin-left: .5in;
}
p.h4h {
display: none;
}
p.h3h {
font-family: arial, sans-serif; 
color:black;
background: white; 
font-size:larger;
}
p.h2h {
font-family:arial, sans-serif; 
font-size:smaller; 
font-style:italic;
}
h1 {
background-color: white; 
color: black; 
font-family: arial, sans-serif;
} 
h2 {
font-size:16pt; 
font-family: arial,sans-serif; 
color: black; 
background: white;
}
h3 {
font-family: arial, sans-serif; 
font-size: 14pt;
}
h4 {
font-family: arial, sans-serif; 
font-size: 12pt; 
padding: 50px; 
line-height: 15px;
}
h5 {
font-family: arial, sans-serif; 
color: black;
}
h6 {
font-family: times, serif; 
color:black; 
background: white; 
font-size: 10pt;
} 
.strong {
font-weight: bold; 
font-family: arial, sans-serif;
}
h1.highlightblue {
color: black; 
background: white; 
text-align: center;
}
h2.highlightgold {
color: black; 
background: white; 
text-align: center;
}
.red {
color: red;
background: inherit;
}
.img {
border: none;
display: none;
}
.img2 {
border: none;
display: none;
}
