.main {
	color : #666600;
	}

.taupe {
	color : #999966;
	}
	
.dijon {
	color : #999900;
	}
	
.black {
	color : #000000;
	}
	
.white {
	color : #ffffff;
	}
	
.gold {
	color : #ffcc00;
	}
	
.cinnamon {
	color : #663300;
	}
	
.yellow_1 {
	color : #ffff99;
	}
	
.a_main {
	color : #666600;
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
	}	
	
.a_taupe {
	color : #999966;
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
	}	
	
.a_black {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
	}	
	
.a_white {
	color : #ffffff;
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
	}	
	
.a_gold {
	color : #ffcc00;
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
	}	
	
.a_yellow_1 {
	color : #ffff99;
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
	}	

A {
	color : #000000;
	font-family : "Times New Roman", Times, serif;
}

A:ACTIVE {
	color : #666600;
	font-family : "Times New Roman", Times, serif;
	text-decoration : none;
}

SMALL {
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
}

U {
	text-decoration : underline;
}

A:HOVER {
	font-weight : bold;
}

B {
	font-weight : bold;
}

I {
	font-style : italic;
}

LI {
	list-style-type : disc;
}

EM {
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-small;
}

H1 {
	font-family : Arial, Helvetica, sans-serif;
	color : #666600;
	font-size : medium;
}	

H2 {
	font-family : Arial, Helvetica, sans-serif;
	color : #666600;
	font-size : small;
}

