@import "common.css";


/*************************   Jump Page Styles   *************************/


A {
    font-family:  "Lucida Grande", verdana, "avant garde", arial, sans-serif;
    //font-size: 100%;
    //font-size: medium;
    //text-align: left;
    vertical-align: middle;
    font-weight: bold;
    text-decoration: none;
}


th {  /* Table header text */
    text-align: center;
    font-family:  "Lucida Grande", verdana, "avant garde", arial, sans-serif;
    font-size: large;
    color: #888;
}


td {  /* Table text */
    //text-align: left;
    font-family:  "Lucida Grande", "American Typewriter", serif;
    font-size: medium;
    color: green;
}

.titleText {  /* Page Header text */
    font-family:  "Optima", "Lucida Grande", verdana, "avant garde", arial, sans-serif;
    font-size: 24pt;
    text-align: center;
    vertical-align: middle;
    color: #666;
    font-weight: normal;
}

.smTitleText {  /* Page Header text */
    font-family:  verdana, "avant garde", arial, sans-serif;
    font-size: 100%;
    text-align: center;
    vertical-align: middle;
    color: black;
    font-weight: normal;
}

.titleTextComic {  /* Things Macintosh text */
    font-family:  "comic sans ms", "AppleGaramond Bk", "avant garde", fantasy;
    color: red;
}

.seeAlso {  /* "see also" text */
    font-family:  "Copperplate", "American Typewriter", "Lucida Grande", serif;
    color: red;
}


.updatedOn {  /* Last Updated on */
    font-family:  "Lucida Grande", verdana, Helvetica, arial, sans-serif;
    text-align: center;
    color: grey;
    font-weight: bold;
}

.newsGroup:link {  /* Newsgroup links */
    font-family:  "American Typewriter", MPW, monaco, monospace;
    color: brown;
    font-size: larger;
    font-weight: normal;
}

.newsGroup {  /* Newsgroup bullets */
    font-family:  Helvetica, arial, sans-serif;
    color: #666;
    font-size: smaller;
    list-style: disc;
}

li.brownDisc {  /* Brown Disc List Item bullets */
    font-family:  Helvetica, arial, sans-serif;
    color: brown;
    list-style: disc;
}

li.greyDisc {  /* Grey Disc List Item bullets */
    font-family:  Helvetica, arial, sans-serif;
    color: gray;
    list-style: disc;
}
