/* staff.css */

h1, h1 a {
    font: bold 13px/13px Verdana,sans-serif;
    letter-spacing: 1px;
    color: #940C16!important;
    text-decoration: none;
}

.blue {
    color: #0099ff;
}

.staffillu {
    display: block;
    width: 460px;
    height: 182px;
    background: url(../../media/illus/staff_illu.jpg) top no-repeat;
}

#content-left a {
	color: #0099ff;
	font-weight: bold;
	text-decoration: none;
}
#content-left a:hover {
	color: #990033;
}