/* Fig. 6.4: styles.css	*/
/* An external stylesheet */

a	{ text-decoration: none;
	font-size: 1.0em;
	font-family: times new roman, helvetica, arial, verdana, sans-serif;
	  color: #568956;
	background-color: #ffffff}

a:hover	{ text-decoration: underline;}


.hd { text-decoration: bold;
	  font-style: normal
	  font-family: times new roman, helvetica, arial, verdana, sans-serif;
	  color: #CC0066;
	  font-size: 1.3em; }

.hd2	{ text-decoration: bold;
	  color: #990088;
	  font-size: 1.2em;}

.hd3	{ text-decoration: bold;
	  color: #9900CC;
	  font-size: 1.2em;}

.hd4	{ text-decoration: bold;
	  color: #0000CC;
	  font-size: 1.2em;}

.hd5	{ text-decoration: bold;
	  color: #009933;
	  font-size: 1.2em; }

.ep1  { text-decoration: bold;
	  color: #0000FF;
	  font-size: 1.2em; }

.label  { text-decoration: none;
	  color: #FF0F0E;
	  font-size: 1.0em; }

.s1  { text-decoration: none;
	  color: #000000;
	  font-size: 1.2em; }

.s2 { text-decoration: none;
	color: #000000;
	font-size: 1.0em; }

.dark {color: #000000;
	  font-weight: bold;
	  font-size: 1.0em;
	  background-color: #DFEFCF;	}

.ltbluelnk {color: #1E90FF;
	  font-size: 1.0em;
	  background-color: #DFEFCF;	}

.grlink {color: #568956;
	  font-size: 1.0em;
	  background-color: #DFEFCF;	}

.tab1	{  padding-left: 0.5em; }

.tab2	{  padding-left: 1.2em; }

.bluetxt { color: #0000CC;
	  font-size: 1.0em;
	  background-color: #FFFFFF;	}

.fl { text-decoration: bold;
		font-size: 1.2em; 	}

.favlink1 { color: #CC0066; }

.favlink2 { color: #990088; }

.favlink3 { color: #9900CC; }

.favlink4 { color: #0000CC; }

.favlink5 { color: #009933; }

dd 	{ color: #000000;
	  font-size: 1.0em; }
