/* CSS definition file containing sitestyle stylesheets */
p {
font-family: Arial;
font-size: small;
text-align: justify;
}
ol {
 font-family: Arial;
 font-size: small;
 text-align: justify;
}
ul {
 font-family: Arial;
 font-size: small;
 text-align: justify;
}
h1 {
 font-family: Arial;
 font-size: x-large;
 font-weight: bold;
 text-align: left;
 color: #707070;
}
h2 {
 font-family: Arial;
 font-size: large;
 font-weight: bold;
 color: #707070;
}
h3 {
 font-family: Arial;
 font-size: large;
 color: #707070;
}
h4 {
 font-family: Arial;
 font-size: normal;
 color: #707070;
}
h5 {
 font-family: Arial;
 font-size: small;
 font-weight: bold;
 color: #707070;
}
h6 {
 font-family: Arial;
 font-size: small;
 color: #C5331C;
}
a:link {
 color: #C5331C;
}
a:visited {
 color: #707070;
}