@import "common.css";

/*************************   Dobson Page Styles   *************************/

BODY {   /* defaults */
    background-color: #ffc;
  }


A {
    font-size: medium;
}



/*************************   Named Styles   *************************/


.titleText {  /* Main Title Header text */
    font-family:  "Papyrus", "Optima", "Lucida Grande", verdana, "avant garde", arial, sans-serif;
    font-size: 36pt;
    text-align: center;
    color: brown;
}


.copyRight {  /* Copyright text */
    font-family: "Lucida Grande",  "American Typewriter", serif;
    text-align: center;
    color: #777;
}

.subHeadings {  /* Page Header text */
    font-family:  "Lucida Grande", "American Typewriter", "New York",  serif;
    text-align: left;
    color: blue;
}

.footnote {  /* Footnote text */
    font-family:  "Lucida Grande", serif;
    font-size: small;
    text-align: left;
    vertical-align: middle;
    color: #555;
    background-color: #eee;
    font-weight: normal;
}

.anEquation {  /* Equation text */
    font-family: "Lucida Grande", "Optima", Monaco, MPW, "Courier New", "Courier", monospace;
    color: #555;
    font-weight: bold;
}

sup,.exponent {  /* Exponent text */
    font-size: smaller;
    vertical-align: super;
}

