/* Body Document Defaults */
body {
	background-color: #2f2f2f;
	margin: 0px;
	padding: 0px;
	MARGIN-LEFT: 0px; 
	MARGIN-RIGHT: 0px; 
	MARGIN-TOP: 0px;
}

a:link { color: blue; background-color: transparent; text-decoration: none ; }
a:visited { color: blue; background-color: transparent; text-decoration: none ; }
a:hover { color: blue; background-color: transparent; text-decoration: underline ; }
a:active { color: red; background-color: transparent; border-top-width: thick; text-decoration: none; }

a.tb:link { font-weight: bold; color: black; background-color: transparent; border-top-width: thick; text-decoration: none ; }
a.tb:visited { font-weight: bold; color: #202020; background-color: transparent; border-top-width: thick; text-decoration: none ; }
a.tb:hover { font-weight: bold; color: #2040C0; background-color: transparent; text-decoration: underline ; }
a.tb:active { font-weight: bold; color: #804020; background-color: transparent; border-top-width: thick; text-decoration: none; }

pre.example {  font-family: "Courier New", Courier, mono; font-size: 12px; color: #000000; background-color: #FFFFCC; padding-top: 8px; padding-right: 8px; padding-bottom: 8px; padding-left: 8px; border: #000000; border-style: dashed; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; width:auto;}
