/* Cascading style sheet for WTP Tutorial */
h1,h2,h3,h4,h5,h6,p,li,dd,ul,dl,td,th{ font-family: Candara, FreeSerif, Verdana; }
tt, code{ font-size: larger; }
pre { font-weight: bold; color: #808080 }
p.biblio{ margin-left: 1.5em; text-indent: -1.5em; } 
.tiny	{ font-size: small; }
.banner
{
	border: 1px solid #000000;
	background-color: #F0F0F0;
	padding: 10px;
	width: 580px;
}
.notabene
{
	border: 1px solid #000000;
	background-color: #F0F0F0;
	padding: 10px;
	width: 740px;
}
.sidebar
{
	border: 1px solid #000000;
	background-color: #F0F0F0;
	padding: 10px;
	width: 250px;
	font-size: smaller;
}

p				{ margin-top: 0; }
table.logo	{ margin-top: 0; margin-bottom: 20; }
table			{ margin-bottom: 20; }

dd.toc				{ font-size: smaller; }
a.toc					{ text-decoration: none; }
a.toc:hover			{ text-decoration: underline; }

h1.title				/* use this for the topmost article title */
{
	color:			#2277AA;
	margin-bottom: 0;
}

h2, h3, h4
{
	color:			#2277AA;
	margin-top:		2em;
	margin-bottom:	0;
}

h2.title				/* use this for the topmost article title */
{
	color:			#2277AA;
	margin-top: 0;
}

h5
{
	color:			#116699;
	margin-top:		2em;
	margin-bottom:	0;
}

pre.code
{
	border:				1px solid #C0C0C0;
	background-color:	#F0F0F0;
	font-family:		monospace;
	font-weight:		normal;
	color:				black;
	margin-left:		20px;
	overflow: 			auto;
}

#code
{
	font-family:		monospace;
	margin-left:		20px;
	margin-bottom:		20px;
}

p.image	{ margin-left: 40px; }
hr			{ margin-bottom: 0; }
