body {
	background: #4D4D4D;
	font-family: Arial, "Trebuchet MS", "Lucida Grande", Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	font-size: 0.6em;
	/*background: #4D4D4D url('../images/bg/gradient2.gif') top left repeat-x;*/
}

h1 .bottom, h1 a .bottom
{
	color: #fff;
	font-size: 12px;
	font-weight: bolder;
	margin: 0 40px;
	padding: 0.08em 0;
}

.content
{
	margin: 5 5px;
	color: #999;
	font-size: 11px;
}

.content a
{
	color: #CCC;
	font-size: 11px;
	text-decoration: none;
}


.content p.linkage
{
	margin-top: 2em;
	text-align: right;
	font-size: 1em;
	color: #ddd;
}

.content p.linkage a { color: #fff; }

/*.content p.linkage a
{
	color: #fff;
	background: url('../images/bg/biglink_off.gif') center right no-repeat;
	padding: 10px 20px;
	text-decoration: none;
}

.content p.linkage a:hover
{
	background: url('../images/bg/biglink_on.gif') center right no-repeat;
	font-style: italic;
}*/

