/* Main title (header) */
h3 {
	text-align: center;
	}

/* Sub-title of division: A. PASSIVE ANALOG CIRCUITS */
h4 {
	text-align: center;
	}

/* Main horizontal rule (under the main title)*/
hr.hr_head {
	width: 100%;
	height: 6px;
	noshade: noshade
	}

/* Sub-main horizontal rule (under the title of division)*/
hr.hr_subhead {width:100%;
	height: 3px;
	noshade: noshade
	}
	
/* Ordinary horizontal rule (between the unit descriptions)*/
hr.hr_ordinary {width: 100%;
	height: 1px;
	noshade: noshade
	}
		
.my_link_color {
	color: #FF00FF;
}

.common_link_color {
	color: #0000FF;
}

/* Internal links to anchors inside the current page */
.my_internal_link {
	color: #000000
	}

/* Common (initial) paragraph */
p {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

/* First contents paragraph */
p.p_contents_first {
	text-align: justify;
	margin-top: 18px;
	}

/* Item paragraph */
p.p_contents_item {
	text-align: justify;
	margin-top: 6px;
	}
	
/* Zero paragraph */
p.p_contents_zero {
	margin-top: 0px;
	}

/* Subtitle paragraph */
p.p_subtittle {
	margin-top: 0px;
	text-align: center;
	}

/* Question number paragraph */
p.p_question_number {
	text-align: center;
	font-weight: bold;
	margin-top: 0px;
	}

/* Date paragraph */
p.p_date {
	font-style: italic;
	margin-top: 0px;
	text-align: center;
	}

/* Description paragraph */
p.p_description {
	margin-top: 0px;
; text-align: justify
	}
.cell_table_subject {
	text-align: center;
	padding: 10px;
}

/* Head table cell */
.head_table_cell {
	border: 1px solid;
	font-size: 20px;
	padding: 5px
}

/* Sub-head table cell */
.sub_head_table_cell {
	border: 1px solid;
	margin: 0px;
	padding: 5px;
}

h2 { text-align: center; }

.device {  font-style: italic}

.math_signs {  font-size: larger; color: #FF0000}

.cell_table_chosen {
	background-color: #FFFFFF;
	text-align: justify;
}
.cell_table_description {
	text-align: justify;
	padding: 10px;
}
.current {
	font-style: oblique;
	color: #999999;
}

