/* NOTE: Some of this stuff doesn't work for both major browsers, or it works
differently.  Trial and error is the best approach. */


/* This controls the look of most page elements except those defined below.*/

BODY {
font-family: Arial, Helvetica, san-serif;
font-size: medium;
}

/* This controls the look of page elements within tables.*/

TD {
font-family: Arial, Helvetica, san-serif;
font-size: small;
}

/* This determines the look of the headings (<h1>). */

H1 {
font-size: medium;
color: white;
border: 0pt; border-color: black; border-style: groove; margin: 10pt; padding: 2pt;
font-family: Arial, Helvetica, san-serif;
background-color: gray;
}


/* This determines the look of various subheadings. */

CAPTION {
font-size: 12pt;
font-family: Arial, Helvetica, san-serif;
background-color: maroon;
}


/* This determines the look of the linkbars (area containing links near top of
most pages. */

.linkbar {
font-family: Arial, Helvetica, san-serif;
font-size: medium;
/* color: #F2DAB2;
color: white;
margin: 1pt;
/* background-color: maroon;
background-color: black;
}


/* This determines the look of the text in the linkbars. */

/* .light {color: #F2DAB2; font-size: small}
.light {color: white; font-size:small}

/* This determines the look of items on a user's profile page. */

.profile {
background-color: white;
border: 2pt; border-color: black; border-style:ridge; margin: 10pt; padding: 0pt;
font-family: Arial, Helvetica, san-serif;
font-size: small;
color: white;
}


/* This determines the look of items on the profile form page. */

.profileform {
background-color: gray;
border: 2pt; border-color: black; border-style: ridge; margin: 10pt; padding: 10pt;
font-family: Arial, Helvetica, san-serif;
font-size: small;
color: black;
}


/* This determines the look of messages on the private message boards. */

.board {
border: 0pt; border-color: black; border-style: outset; margin: 10pt; padding: 6pt;
font-family: Courier;
font-size: small;
color: black;
}


/* This the determines the look of the images' background. */

.imagebg {
background-color: maroon;
border: 0pt; border-color: black; border-style: ridge; margin: 0pt; padding: 10pt;
}

