@import url("base.css");

.links { width: 260px; }

.links dt {
	text-transform: uppercase;
	color: #FFFFFF;
	background: #2828ec;
	padding: 5px;
}

.links dt a { color: #FFF; text-decoration: none; display: block; }

.links dd { border-bottom: 1px dashed #666666; }

.links dd a {
	text-transform: uppercase;
	color: #000072;
	padding: 5px 0;
	display: block;
}
#right h1 { color: #000072; }
