body {
background-color: #000033;
color: #cccc00;
background-image: url(images/fabricblue.jpg);
font-family: "Times New Roman", "Times", serif;
text-align: center;
}
table.center {
margin-left: auto;
margin-right: auto;
}
img {
border-style: none;
}
.uline {
text-decoration: underline;
text-align: left;
}
.huline {
text-decoration: underline;
text-align: center;
font-style: italic;
}
.darkscroll {
color: #504030;
}
p {
font-size: 17px;
line-height: 125%;
}
h2 {
font-size: 24px;
}
h3 {
font-size: 20px;
}
h4 {
font-size: 16px;
}
a:link {
color: #cccc00;
text-decoration: underline;
}
a:visited {
text-decoration: underline;
color: #669966;
}
a:hover {
text-decoration: underline;
color: #6666ff;
}
a:active {
text-decoration: underline;
color: #3333cc;
}
a.darklink:link {
text-decoration: underline;
color: #006633;
}
a.darklink:visited {
text-decoration: underline;
color: #006633;
}
a.darklink:hover {
text-decoration: underline;
color: #3333cc;
}
a.darklink:active {
text-decoration: underline;
color: #6666ff;
}