	a.personal_computer_maintenance_sitemap-title
	{
	background-color: #FFFFFF; /*background color on the Web page; "#_-_-_-"*/
	color: #000000; /*text color; I like "#FFFFFF, #000000, #FFFF00, and #0000FF"*/
	font-family: monospace, monospace, monospace; /*name of a font or font family, use this font-family ("monospace, monospace, monospace") for ease*/
	font-size: 12pt; /*the size of the text font; numeric value with "pt" (standard font point sizes)*/
	font-style: normal; /*the style of the font; "normal, italic, oblique"*/
	font-weight: bold; /*the "boldness" or weight of the font; text values: "normal, bold, bolder, and lighter"*/
	line-height: 100%; /*the spacing allowed for the line of text; "_%" as percentage (value of 200% is double-spaced)*/
	/*margin: 50px;*/ /*configure the margin (from left side) surroundig an element; "_px" sets page margins (from left side) in document; eliminate margin by "body {margin:0}"*/
	/*margin-left: 0px;*/ /*"same as line above"*/
	/*margin-right: 0px;*/ /*"same as line above"*/
	/*text-align: center;*/ /*alignment of text; "center, justify, left, right"; DO NOT USE*/
	text-decoration: none; /*determines whether text is underlined (usually for anchor elements with href attribute); "none, underline, overline, line-through, blink"*/	
	/*width: 0%;*/ /*width of element; "_%" measures up width; I do not know about this property. DO NOT USE*/ 
	}
	/*
	 * The anchor (<a>) element is basically span (<span>) element, it just have the href attribute.
	 * I have to get back on whether professor perez-caballo likes that or not.
	 */

	a.personal_computer_maintenance_sitemap-section_heading
	{
	background-color: #FFFFFF; /*background color on the Web page; "#_-_-_-"*/
	color: #000000; /*text color; I like "#FFFFFF, #000000, #FFFF00, and #0000FF"*/
	font-family: monospace, monospace, monospace; /*name of a font or font family, use this font-family ("monospace, monospace, monospace") for ease*/
	font-size: 10pt; /*the size of the text font; numeric value with "pt" (standard font point sizes)*/
	font-style: normal; /*the style of the font; "normal, italic, oblique"*/
	font-weight: bold; /*the "boldness" or weight of the font; text values: "normal, bold, bolder, and lighter"*/
	line-height: 120%; /*the spacing allowed for the line of text; "_%" as percentage (value of 200% is double-spaced)*/
	text-decoration: none; /*determines whether text is underlined (usually for anchor elements with href attribute); "none, underline"*/
	}

	a.personal_computer_maintenance_sitemap-section_subheading
	{
	background-color: #FFFFFF; /*background color on the Web page; "#_-_-_-"*/
	color: #000000; /*text color; I like "#FFFFFF, #000000, #FFFF00, and #0000FF"*/
	font-family: monospace, monospace, monospace; /*name of a font or font family, use this font-family ("monospace, monospace, monospace") for ease*/
	font-size: 10pt; /*the size of the text font; numeric value with "pt" (standard font point sizes)*/
	font-style: normal; /*the style of the font; "normal, italic, oblique"*/
	font-weight: normal; /*the "boldness" or weight of the font; text values: "normal, bold, bolder, and lighter"*/
	line-height: 120%; /*the spacing allowed for the line of text; "_%" as percentage (value of 200% is double-spaced)*/
	text-decoration: none; /*determines whether text is underlined (usually for anchor elements with href attribute); "none, underline"*/
	}
	
	a.personal_computer_maintenance_sitemap-section_context
	{
	background-color: #FFFFFF; /*background color on the Web page; "#_-_-_-"*/
	color: #000000; /*text color; I like "#FFFFFF, #000000, #FFFF00, and #0000FF"*/
	font-family: monospace, monospace, monospace; /*name of a font or font family, use this font-family ("monospace, monospace, monospace") for ease*/
	font-size: 10pt; /*the size of the text font; numeric value with "pt" (standard font point sizes)*/
	font-style: normal; /*the style of the font; "normal, italic, oblique"*/
	font-weight: normal; /*the "boldness" or weight of the font; text values: "normal, bold, bolder, and lighter"*/
	line-height: 120%; /*the spacing allowed for the line of text; "_%" as percentage (value of 200% is double-spaced)*/
	text-decoration: none; /*determines whether text is underlined (usually for anchor elements with href attribute); "none, underline"*/
	}
	/*
	 * Normally, you can use the paragraph element to write context down, but if you were to use any of the CSS text
	 * properties (shown above), you may have to resort to using the span element within that paragraph element container. 
	 *
	 * The main difference between the span and paragraph is that span embodies a line-level, and should not be used for 
	 * multiple blocks of text. Although, it could embody a single block of text. You may have to use multiple span for 
	 * multiple text blocks contained within the paragraph block.
	 *
	 * Also, the anchor element can act as the span element.
	 *
	 * KNOW THIS!
	 * The 'p', 'a', and 'span' may cause some problems for browser compatibility.
	 * RESOLVED!
	 * The Opera browser automates on the 'line-height: 0%' as normal line break, but the Internet Explorer browser takes 
	 * 'line-height: 0%' as no line break. 'line-height: 0%' will cause differences in the line break for each text 
	 * line/block within the anchor and span element. According to the standard of Opera's display, the line-height for a 
	 * contained text block should be 'line-height: 120%' (including any text adjacent to the line/block).
	 */
	
	a.personal_computer_maintenance_sitemap-href:link
	{
	background-color: #FFFFFF; /*background color on the Web page; "#_-_-_-"*/
	color: #000000; /*text color; I like "#FFFFFF, #000000, #FFFF00, and #0000FF"*/
	font-family: monospace, monospace, monospace; /*name of a font or font family, use this font-family ("monospace, monospace, monospace") for ease*/
	font-size: 10pt; /*the size of the text font; numeric value with "pt" (standard font point sizes)*/
	font-style: normal; /*the style of the font; "normal, italic, oblique"*/
	font-weight: normal; /*the "boldness" or weight of the font; text values: "normal, bold, bolder, and lighter"*/
	line-height: 100%; /*the spacing allowed for the line of text; "_%" as percentage (value of 200% is double-spaced)*/
	text-decoration: underline; /*determines whether text is underlined (usually for anchor elements with href attribute); "none, underline"*/
	}
	 
	a.personal_computer_maintenance_sitemap-href:hover
	{
	border-style: solid solid solid solid; /*Sets the style of the four borders; "border-style: _ - _ - (4 values required); "none, hidden, dotted, dashed, solid, double, groove, ridge, inset, outset, inherit"*/
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;
	border-top-color: #000000;
	border-width: thin;
	/**/
	background-color: #FFFFFF; /*background color on the Web page; "#_-_-_-"*/
	color: #000000; /*text color; I like "#FFFFFF, #000000, #FF0000, and #0000FF"*/
	font-family: monospace, monospace, monospace; /*name of a font or font family, use this font-family ("monospace, monospace, monospace") for ease*/
	font-size: 10pt; /*the size of the text font; numeric value with "pt" (standard font point sizes)*/
	font-style: normal; /*the style of the font; "normal, italic, oblique"*/
	font-weight: normal; /*the "boldness" or weight of the font; text values: "normal, bold, bolder, and lighter"*/
	line-height: 100%; /*the spacing allowed for the line of text; "_%" as percentage (value of 200% is double-spaced)*/
	text-decoration: underline; /*determines whether text is underlined (usually for anchor elements with href attribute); "none, underline"*/
	}
	 
	a.personal_computer_maintenance_sitemap-href:active
	{
	background-color: #FFFFFF; /*background color on the Web page; "#_-_-_-"*/
	color: #0000FF; /*text color; I like "#FFFFFF, #000000, #FF0000, and #0000FF"*/
	font-family: monospace, monospace, monospace; /*name of a font or font family, use this font-family ("monospace, monospace, monospace") for ease*/
	font-size: 10pt; /*the size of the text font; numeric value with "pt" (standard font point sizes)*/
	font-style: normal; /*the style of the font; "normal, italic, oblique"*/
	font-weight: normal; /*the "boldness" or weight of the font; text values: "normal, bold, bolder, and lighter"*/
	line-height: 100%; /*the spacing allowed for the line of text; "_%" as percentage (value of 200% is double-spaced)*/
	text-decoration: underline; /*determines whether text is underlined (usually for anchor elements with href attribute); "none, underline"*/
	}
	 
	a.personal_computer_maintenance_sitemap-href:visited
	{
	background-color: #FFFFFF; /*background color on the Web page; "#_-_-_-"*/
	color: #FF0000; /*text color; I like "#FFFFFF, #000000, #FF0000, and #0000FF"*/
	font-family: monospace, monospace, monospace; /*name of a font or font family, use this font-family ("monospace, monospace, monospace") for ease*/
	font-size: 10pt; /*the size of the text font; numeric value with "pt" (standard font point sizes)*/
	font-style: normal; /*the style of the font; "normal, italic, oblique"*/
	font-weight: normal; /*the "boldness" or weight of the font; text values: "normal, bold, bolder, and lighter"*/
	line-height: 100%; /*the spacing allowed for the line of text; "_%" as percentage (value of 200% is double-spaced)*/
	text-decoration: underline; /*determines whether text is underlined (usually for anchor elements with href attribute); "none, underline"*/
	}
	
	/*
	 * The img selectors (that's element for CSS) are to trim the border size thur its 'border-style' declaration's values.
	 */
	img.personal_computer_maintenance_sitemap-html_validator_image
	{
	border-style: none none none none;
	}
	
	img.personal_computer_maintenance_sitemap-css_validator_image
	{
	border-style: none none none none;
	}
	
	/*
	 * I have to figure out how to make the IE browser read easy with the CSS text properties. The problem is the use of 
	 * XHTML1.0 elements to define the font style and font-family of those texts.
	 */
