BODY {
background-color: #e5dfcf;
background-image: url('images/mainimage.jpg'); /* sets the background image */
background-position: top left; /* positions the background image */
background-attachment: fixed;
background-repeat: no-repeat;
color: #696e7c;
font-family: Tahoma, Arial, sans-serif;
font-size: 75%;
margin-top: 50px;
margin-left: 230px;
margin-right: 40px;
margin-bottom: 20px;
}
P, TD, LI, UL, Table {
font-size: 100%;
}
/* this group sets the normal link colors */
A:LINK {
color: #696e7c;
text-decoration: none;
font-weight: bold;
line-height: 18 px;
}
A:VISITED {
color: #696e7c;
text-decoration : bold;
font-weight: bold;
line-height: 18 px;
}
A:HOVER {
color : #696e7c;
text-decoration: underline overline;
font-weight: bold;
line-height: 18 px;
}
A:ACTIVE {
color : #696e7c;
text-decoration: underline;
font-weight: bold;
line-height: 18 px;
}
/* this grouping sets the heading colors and sizes */
H1 {
font-size : 130%;
font-weight : bold;
color : #696e7c;
letter-spacing: 2;
}
H2, H3, H4, H5, H6 {
font-size: 110%;
font-weight: bold;
color: #696e7c;
letter-spacing: 2;
}
/* this class sets the properties for the horizontal rule bar */
hr {
color: #696e7c;
height: 1px;
width: 70%;
}
/* the area below contains special classes */* classes specify special formatting */
.top {
text-align: right;
padding: 10px;
}
.textarea {
font-family: Tahoma, Arial, sans-serif;
filter: alpha(opacity=85, style=0);
-moz-opacity:.85;
background: #d5e5cf;
border: 1px dotted #696e7c;
font-size: 100%;
text-align: justify;
line-height: 20px;
padding-left: 20px;
padding-top: 30px;
padding-right: 20px;
padding-bottom: 20px;
}
.copyright {
text-align: right;
font-size: 85%;
line-height: 18 px;
letter-spacing: 2;
padding-left: 5px;
padding-right: 5px;
padding-top: 20px;
padding-bottom: 5px;
font-weight: bold;
}
.textarea2 {
font-family: Tahoma, Arial, sans-serif;
filter: alpha(opacity=85, style=0);
-moz-opacity:.85;
background: #e5cfd5;
border: 1px dotted #696e7c;
font-size: 100%;
text-align: justify;
line-height: 20px;
padding-left: 20px;
padding-top: 30px;
padding-right: 20px;
padding-bottom: 20px;
}
.textarea3 {
font-family: Tahoma, Arial, sans-serif;
filter: alpha(opacity=85, style=0);
-moz-opacity:.85;
background: #cfd5e5;
border: 1px dotted #696e7c;
font-size: 100%;
text-align: justify;
line-height: 20px;
padding-left: 20px;
padding-top: 30px;
padding-right: 20px;
padding-bottom: 20px;
}