/**
Print CSS Document for Carnation templates
Author:		(Sky) Pei Peng
Date:		20 July 2006
Web:		http://www.harnesslink.com
			copyright @ Harnesslink Limited
**/
body{
	padding:10px;
}
body *{
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
	background-color:#FFFFFF;
}
.siteName{
	font-size:20pt;
	font-weight:bold;
}
#carnationTemplate{
	width:620px;
}
#navigation, #anchorLinks, .backTop, #printLinks, #copyRight{
	display:none;
}
a:link, a:visited, a:hover{
	color:#000000;
	text-decoration:underline;
}
