/*
	Whatstyle Print Styles

	Table of Contents:
		#001	hidden elements
		#002	header
		#003	main layout
		
*/

/* hidden elements							#001
------------------------------------------------ */

#navigation,
#skipContentLink,
#footer,
#preferences {
							display: none;
							}
							
/* header									#002
------------------------------------------------ */

#header {
							background-image: none;
							}
							
/* main layout								#003
------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6,
a:link,
a:visited,
a:hover,
a:active {
						color: #ce7;
						font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
						}
						
body {
						font-family: Georgia, "Times New Roman", Times, serif;
						}
						
img.thumbnail, #myPic {
						padding: 15px;
						border: 1px solid #ccc;
						}
						
.date,
dt {
						font-weight: bold;
						}