
<!-- Left Menu (lm)-->
	P.lm  {
		font-size : medium;
		font-family : Arial;
		color : White;
		text-decoration : none;
	}
	
	A.lm  {
		font-size : medium;
		font-family : Arial;
		color : White;
		text-decoration : none;
	}
	
	A:Visited.lm  {
		font-size : medium;
		font-family : Arial;
		color : White;
		text-decoration : none;
	}
	
	A:Active.lm  {
		font-size : medium;
		font-family : Arial;
		color : White;
		text-decoration : none;
	}
	
	A:Hover.lm  {
		font-size : medium;
		font-family : Arial;
		color : Black;
		text-decoration : none;
	}
	
<!-- HR Small Lines (s) -->

	HR.sr {
		font-size : x-small;
		font-family : Arial;
		color : red;
	}
	HR.sb {
		font-size : x-small;
		font-family : Arial;
		color : black;
	}
	
<!-- A Small Links (sm) -->
	A.sm  {
		font-size : x-small;
		font-family : Arial;
		color : Black;
	}
A:Visited.sm  {
		font-size : x-small;
		font-family : Arial;
		color : Black;
	}
	
	A:Active.sm  {
		font-size : x-small;
		font-family : Arial;
		color : black;
	}
	
	A:Hover.sm  {
		font-size : x-small;
		font-family : Arial;
		color : Red;
	}
		
<!-- Main Body (mb) -->
	H1.mb {
		font-size : x-large;
		font-family : Arial;
		color : Black;
	}
	H2.mb {
		font-size : large;
		font-family : Arial;
		color : Red;
	}
	
	P.mb {
		font-size : medium;
		font-family : Arial;
		color : Black;
	}
	
	A.mb  {
		font-size : medium;
		font-family : Arial;
		color : black;
	}
	
	A:Visited.mb  {
		font-size : medium;
		font-family : Arial;
		color : black;
	}
	
	A:Active.mb {
		font-size : medium;
		font-family : Arial;
		color : black;
	}
	
	A:Hover.mb  {
		font-size : medium;
		font-family : Arial;
		color : red;
	}

<!--- Table Header (th) -->
	P.th {
		font-size : small;
		font-family : Arial;
		color : white;
	}
<!-- Table Body (tb) -->

	P.tb {
		font-size : small;
		font-family : Arial;
		color : black;
	}	
	
<!-- List Main Body (mb) -->

	Li.mb {
		font-size : medium;
		font-family : Arial;
		color : black;
	}	
	