
/* GOLDSMITHS NN4 CSS */

BODY {
position: absolute;
left: 0px;
top: 0px;
margin: 0px;
padding: 0px;
padding-top: 0px;

background-color: white;
color: #404040;

font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
}

TD {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
}

P {
margin-top: 10px;
margin-bottom: 15px;
}

A:link {
color: #1B6EC7;
font-weight: bold;
text-decoration: none;
}
A:visited {
color: #1B6EC7;
font-weight: bold;
text-decoration: none;
}
A:hover {
color: #1B6EC7;
font-weight: bold;
text-decoration: underline;
}
A:active {
color: #1B6EC7;
font-weight: bold;
text-decoration: underline;
}

OL {
margin: 0px;
padding: 0px;
}

UL {
margin: 0px;
padding: 0px;
}

LI {
}

FORM {
margin: 0px;
padding: 0px;
}

INPUT, TEXTAREA {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
}

/* classes */

.pink {
background-color: #84F7FF;
}
.orangeMid {
background-color: #A4C7EE;
}
.orangeDark {
background-color: #84F7FF;
}
.blueDark {
background-color: #1D71C8;
}

.black {
color: black;
}

.indent {
margin-left: 15px;
}

.textPink {
color: #fe069e;
font-weight: bold;
}

.textBold {
color: #606060;
font-weight: bold;
}

.submit {
cursor: pointer;
}

.credit {
font-size: 11px;
}
.credit:link {
color: black;
font-weight: normal;
text-decoration: none;
}
.credit:visited {
color: black;
font-weight: normal;
text-decoration: none;
}
.credit:hover {
color: #808080;
font-weight: normal;
text-decoration: none;
}
.credit:active {
color: #808080;
font-weight: normal;
text-decoration: none;
}
