@charset "utf-8";
/*CSS print style sheet for MetaSkills.com built by Cynthia Stone 2007*/
body {
	background-color: #FFFFFF;
	color: #000000;
	margin: 0;
	padding: 40px;
	font: normal 12pt/160% Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 135%;
	color: #000000;
}
h1 {
	font-size: 24pt;
}
h2 {
	font-size: 22pt;
}
h3 {
	font-size: 18pt; 
}
h4 {
	font-size: 16pt;
}
h5 {
	font-size: 14pt;
	font-style: italic;
}
/* Links black */
a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}
/* Hide the following items */
#divSidebar, #divFooter {
	display: none;
}
