<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

body { 
		line-height: 130%;
		font-size: 13px;
		color: #333;
}

.menu a {
		color: #666666;
		font-weight: bold;
		text-decoration: none;
}

.menu a:hover {
		color: #dd3300;
		font-weight: bold;
		border-bottom: 0px dotted #dd3300;
}

td {
		font-size: 13px;
		line-height: 130%;
}

td a {
		color: #666666;
		font-weight: bold;
		text-decoration: none;
}

td a:hover {
		color: #dd3300;
		font-weight: bold;
		border-bottom: 1px dotted #dd3300;
}

.title {
		font-size: 13px;
		color: #fff;
		line-height: 130%;
}

.title a {
		color: #fff;
		font-weight: bold;
		textdecoration: none;
}

.title a:hover {
		color: #f30;
		font-weight: bold;
		border-bottom: 0px dotted;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
}

#tex {
		color: #000;
		font-weight: bold;
}

#tex a {
		color: #103C83;
		font-weight: bold;
		border-bottom: 1px dotted #103C83;
}

#tex a:hover {
		color: #fff;
		font-weight: bold;
		border-bottom: 1px solid #f30;
		background: #103C83;
}

.bg1 {
		background: url(img/service_dm_bg.jpg);
}

.bg2 {
		background: url(img/service_dm3_bg.jpg);
}

.bg3 {
		background: url(img/service_an_bg.jpg);
}

.bg4 {
		background: url(img/service_design_bg.jpg);
}

</pre></body></html>