
a:link {
color: #993333;
text-decoration: none;
}
a:visited {
color: #993333;
text-decoration: none;
}
a:active {
color: red;
text-decoration: none;
}
a:hover {
color: red;
text-decoration: none;
}

a.sidebar:link {
color: white;
text-decoration: none;
}
a.sidebar:visited {
color: white;
text-decoration: none;
}
a.sidebar:active {
color: red;
text-decoration: none;
}
a.sidebar:hover {
color: red;
text-decoration: none;
}


a.white:link {
color: white;
text-decoration: none;
}
a.white:visited {
color: white;
text-decoration: none;
}
a.white:active {
color: red;
text-decoration: none;
}
a.white:hover {
color: red;
text-decoration: none;
}

a.header:link  { 
color: gray; 
text-decoration: none 
}

a.header:visited  { 
color: gray; 
text-decoration: none 
}

a.header:active {
color: #3366CC;
text-decoration: none;
}
a.header:hover {
color: #3366CC;
text-decoration: none;
}

a.bluebox:link {
color: #ff9933;
text-decoration: none;
}
a.bluebox:visited {
color: #ff9933;
text-decoration: none;
}
a.bluebox:active {
color: #3366CC;
text-decoration: none;
}
a.bluebox:hover {
color: #3366CC;
text-decoration: none;
}


h1 {
font-family: verdana, arial, sans;
font-size: 14px;
font-weight: bold;
}

h2 {
font-family: verdana, arial, sans;
font-size: 13px;
font-weight: bold;
}

h3 {
font-family: verdana, arial, sans;
font-size: 12px;
font-weight: bold;
}

h4 {
font-family: verdana, arial, sans;
font-size: 11px;
font-weight: bold;

}

h5 {
font: italic;
font-family: verdana, arial, sans;
font-size: 11px;
}

p {
font-family: verdana, arial, sans;
font-size: 11px;
}

ul {
font-family: verdana, arial, sans;
font-size: 11px;
}

li {
font-family: verdana, arial, sans;
list-style-type: round;
font-size: 11px;

}



span.small {
font-family: verdana, arial, sans;
font-size: 10px;
}

span.tiny {
font-family: verdana, arial, sans;
font-size: 9px;
}


span.header {
font-family: verdana, arial, sans;
font-color: #000066
font-size: 11px;
}
