.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	text-align: justify;
	list-style-type: square;
}
	
.title {
	text-align: left;
	font-size: 20px;
	text-align: left; 
	text-transform: capitalize;
	/*color: #331A00;*/
	color: #330000;
	font-weight: bold;
}

.Heading1 {
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
}

.Heading2 {
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
}

.Heading3 {
	font-size: 10px;
	font-weight: bold;
	text-transform: capitalize;
}

.keytopics {
	font-size: 10px;
	text-align: left;
	text-decoration: none;
	color: #331A00;
}

.command {
	font-size: 10px;
	font-weight: bold;
	text-transform: capitalize;
	color: #331A00;
}

 A.command:link {color: #331A00; }
 A.command:visited {color: #331A00;}
 A.command:hover {color: #331A00;text-decoration: underline;}
 A.command:active {color: #331A00;}

 A.keytopics:link {color: #331A00; }
 A.keytopics:visited {color: #331A00;}
 A.keytopics:hover {color: #331A00;text-decoration: underline;}
 A.keytopics:active {color: #331A00;}
 
 A.tools:link {color: #331A00; font-weight: bold; text-decoration: none;}
 A.tools:visited {color: #331A00; font-weight: bold; text-decoration: none;}
 A.tools:hover {color: #663300; font-weight: bold; text-decoration: none;}
 A.tools:active {color: #331A00; font-weight: bold; text-decoration: none;}
 
 A:link {color: #331A00; font-weight: bold; text-decoration: none;}
 A:visited {color: #331A00; font-weight: bold; text-decoration: none;}
 A:hover {color: #331A00; font-weight: bold; text-decoration: underline;}
 A:active {color: #331A00; font-weight: bold; text-decoration: none;}

.body {
	background-attachment: scroll;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 100%;
}

