/* This style sheet is for all browsers, newer browsers also get okbrowsers, which is hidden from IE 3 and Netscape 4 */

@import url(okbrowsers.css);

/* Elements */
A {cursor: pointer;
background: transparent}

BUTTON {cursor: auto}

IMG {cursor: auto}

INPUT {cursor: auto}

TEXTAREA {cursor: text}

/* Below are things that I may change. These control the color and font of standard text */
ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, LI, MENU, OL, P, PRE, TD, TH, TR, UL {font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000}

A:link {color: #0000FF}

A:visited {color: #0000FF}

A:active {color: #0000FF}

A:hover {color: #006699}

/* Classes */

A.white:link {color: #0000FF}

A.white:visited {color: #0000FF}

A.white:active {color: #0000FF}

A.white:hover {color: #006699}

.heading {font-weight: bold;
font-size: 14px;
color: #006699}

.heading2 {font-weight: bold;
font-size: 14px;
color: #ff0000;
text-decoration: none}

.heading3 {font-size: 9px;
color: #000000;
text-decoration: none}

H1 {font-weight: bold;
font-size: 14px;
color: #006699}

H2 {font-weight: bold;
font-size: 14px;
color: #ff0000;
text-decoration: none}

H3 {font-size: 9px;
color: #000000;
text-decoration: none}