@import url(okbrowsers.css);

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

ADDRESS {font-style: italic}

BIG {font-size: 14px}

IMG {cursor: auto}

/* 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: #000;
line-height: 1.5}

A:link {color: #0099FF; text-decoration: none; font-weight: bold;
line-height: 1.5}

A:visited {color: #0099FF; text-decoration: none; font-weight: bold;
line-height: 1.5}

A:active {color: #0099FF; text-decoration: none; font-weight: bold;
line-height: 1.5}

A:hover {color: #0099FF; text-decoration: underline; font-weight: bold;
line-height: 1.5}

/* Classes */

A.white:link {color: #0099FF; text-decoration: underline; font-weight: bold;
line-height: 1.5}

A.white:visited {color: #0099FF; text-decoration: underline; font-weight: bold;
line-height: 1.5}

A.white:active {color: #0099FF; text-decoration: underline; font-weight: bold;
line-height: 1.5}

A.white:hover {color: #0099FF; text-decoration: underline; font-weight: bold;
line-height: 1.5}

.heading {
font-size: 16px;
font-weight: bold;
color: #ffffff;
line-height: 1.5}

.heading2 {
font-size: 18px;
font-weight: bold;
color: #ffffff;
line-height: 1}

.heading3 {
font-size: 14px;
font-weight: bold;
color: #ffffff;
line-height: 1.5}

.caption {
font-size: 9px;
font-weight: bold;
color: #ffffff;
line-height: 1}

/* IDS */

H1 {
font-size: 16px;
font-weight: bold;
line-height: 1.5}

H2 {
font-size: 18px;
font-weight: bold;
color: #ffffff;
line-height: 1}

H3 {
font-size: 14px;
font-weight: bold;
color: #ffffff;
line-height: 1.5}

