/* ---------- codeNavComment "color" ---------- */
h2
	{
	color: #39C;
	}

.content dt /* .content is located in the file "basic.css" */
	{
	color: #39C;
	}


/* ---------- codeNavComment "text" ---------- */
h2
	{
	font-size: 1.7em;
	}

.content dt /* .content is located in the file "basic.css" */
	{
	font-weight: bold;
	font-size: 1.2em;
	}


/* ---------- codeNavComment "form and position" ---------- */
.content dt /* .content is located in the file "basic.css" */
	{
	margin-bottom: 0.5em;
	}

.content dd
	{
	margin: 0 0 1em 0;
	}

.content dd p
	{
	margin: 0 0 0.5em 0;
	}
