/* $Id: style.css 6 2009-01-28 19:39:16Z pfish $ */

/* General */
body { background-color: #00000; color: black }
a:visited { color: purple }
a:link { color: blue }

/* General headings */
h1 { text-align: center; font-size: x-large; font-weight: bold }
h2 { text-align: center; font-size: large; font-weight: bold }
h3 { text-align: left; font-size: medium; font-weight: bold }
h4 { text-align: left; font-size: small; font-weight: bold }

/* Major headings on navigation area (no minors right now) */
.nav-major { }
a.nav-major:link { text-decoration: none; color: black }
a.nav-major:visited { text-decoration: none; color: black }
a.nav-major:hover { text-decoration: underline; }

/* Prominent (emphasized) links in navigation area */
.nav-major-emp { font-weight: bold }
a.nav-major-emp:link { text-decoration: none; color: black }
a.nav-major-emp:visited { text-decoration: none; color: purple }
a.nav-major-emp:hover { text-decoration: underline; }

/* Home link in navigation area */
.nav-home { font-weight: bold; font-style: italic }
a.nav-home:link { text-decoration: none; color: black }
a.nav-home:visited { text-decoration: none; color: black }
a.nav-home:hover { text-decoration: underline }

/* Bottom (contact us) area of navigation strip */
.nav-bottom { font-size: small }
a.nav-bottom:link { text-decoration: none; color: blue }
a.nav-bottom:visited { text-decoration: none; color: purple }
a.nav-bottom:hover { text-decoration: underline; }

/* X-ray */
.xray { font-weight: bold; color: gray }

/* New tagline/announcement tags */
.new {
        color:red;
        font-size:10px;
        font-weight:bold;
        padding-left:10px;
}
/* New tagline/announcement tags */
.new_white {
        color:white;
        font-size:11px;
        font-weight:bold;  
        padding-left:10px;
}

