<!-- Set background image and color. -->
body {
background-image: url(http://astrotulsa.com/images/act_bkg.jpg);
background-color: white;
background-attachment: fixed;
}

<!-- Custom link properties. -->
a:link {
color: navy;
font-family: Arial, Helvetica, sans-serif;
}

a:visited {
color: firebrick;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
}

a:active {
color: darkgreen;
font-family: Arial, Helvetica, sans-serif;
}

a:hover {
color: mediumpurple;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none; 
}

<!-- Set font size/line spacing font name, generic name. -->
p {
font: 10pt/11pt Arial, sans-serif;
}

<!-- Custom color for input control labels. -->
.inputlabel {
color: #006600;
}

<!-- Custom font/size for body text. -->
.bodytxt {
font: 8pt Arial, sans-serif;
}

<!-- Custom font/size for system message text. -->
.systxt {
font: 10pt Andale Mono, Lucida Console, Courier New, serif;
}

<!-- Custom Font/color for tables. -->
td {
color: black;
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
}

th {
color: navy;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 18px;
vertical-align: center;
text-align: center;
background-color: white;
}

th.left{
color: navy;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 18px; 
vertical-align: center;
text-align: left;
background-color: white;
}

tr {
color: black;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px; 
vertical-align: top;
}

td {
color: black;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
vertical-align: top;
}

.tblhead {
color: #990033
font: 12pt Tahoma, sans-serif;
}

#pagehead {
position:relative;
top:0px;
left:0px;
}

#meeting {
position:relative;
left:50px;
}

#page {
position:relative;
left:50px;
}
