* {
	margin: 0;
	padding: 0;
}

body {
	font: normal 12px verdana, arial,sans-serif;
	color: #E2E2E2;
}
#cat a, #cat a:visited {
	color: #E2E2E2;
	text-decoration: none;
}
#cat a:hover {
	color:#616161;
	text-decoration: underline;
	background-color:#E2E2E2;
}
#ttl a, #ttl a:visited {
	color: #E2E2E2;
	text-decoration: none;
	font-size:16px;
	font-weight:bold;
}
#ttl a:hover {
	color:#616161;
	text-decoration: none;
	font-size:16px;
	font-weight:bold;
	background-color:#E2E2E2;
}
#sublink a:link, #sublink a:visited, #sublink a:active{
	color:#999999;
}
#sublink a:hover,#sublink a:visited:hover{
	color:#D8722E;
	background-color:#E2E2E2;
}
a:link, a:visited, a:active{
	color:#E2E2E2;
}
a:hover, a:visited:hover{
	color:#616161;
	/*background-color:#E2E2E2;*/
}

#tdark {
	color:#383838;
}

.blur{
	background-color: #666; /*shadow color*/
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
}

.shadow, .content{
	position: relative;
	bottom: 1px;
	right: 1px;
}

.shadow{
	background-color: #666; /*shadow color*/
	color: inherit;
}
.content{
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #000; /*border color*/
	padding: .9em 2ex;
}


