html, body, table, td, p, h1, h2, h3 {
	color: #000;
	font: normal normal 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0;
	padding: 0;
} 

p { line-height: 140%; }
a {
    text-decoration:   none;
    color:             #0000ff;
    background:        transparent;
}
a:visited {
    color:             #2a2ab2;
    background:        transparent;
}
a:active {
    color:             #4a92eb;
    background:        transparent;
}

hr { display: none; }

h1 {
	margin: 0px;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	color:#009;
	padding-top:13px;
	padding-bottom:10px;
}

h2 {
	font-size: 110%;
	text-align: left;
	color:#009;
	margin-top:1em;
	margin-bottom:0.6em;
}
h3 {
	font-size: 100%;
	margin-top:1em;
	margin-bottom:0.5em;
}

.codeHtml, .codePerl, .codeSQL {
	FONT-SIZE: 85%;
	FONT-FAMILY: Courier New;
	border: 1px solid #ccc;
	margin: 10px;
	padding: 10px;
	padding-top: 0;
}

.small {
	FONT-SIZE: 85%;
	color: #ccc;	
}

.right   { text-align: right;  }
.center { text-align: center; } 
.left     { text-align: left;   } 
