P, TD, UL, LI, DT, OL, DIV, SPAN {
    font-family: verdana, geneva, arial;
    color: #003333;
    font-size: 11px;
}

small {
    font-size: 10px;
}

.small {
    font-size: 10px;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

A:link {
    color: #000033;
    font-weight: bold;
	text-decoration: none;
}

A:active {
    color: #000033;
    font-weight: bold;
	text-decoration: underline;
}

A:visited {
    color: #000033;
    font-weight: bold;
	text-decoration: none;
}

A:hover {
    color: #000033;
    font-weight: bold;
	text-decoration: underline;
}

A.home:link {
    color: #000033;
    font-weight: normal;
	text-decoration: none;
}

A.home:active {
    color: #000033;
    font-weight: normal;
	text-decoration: underline;
}

A.home:visited {
    color: #000033;
    font-weight: normal;
	text-decoration: none;
}

A.home:hover {
    color: #000033;
    font-weight: normal;
	text-decoration: underline;
}