/* 
================================
3DCart Style Sheet 
by Infomart2000 Corp.
www.3dcart.com
================================
*/	
	



/*A.cat:: Controls the way the  Links on the left bar look before a user clicks  or mouse overs on them*/ 	 
A.cat {

margin-bottom: 30px;
font-size: 17px;
font-family: Georgia, Times New Roman, Times, serif-serif;
color: #472300;
text-decoration: none;
font-style: italic;

}
	
/*A.cat:hover:: Controls the way the  Links on the left bar look  when a user passes  their mouse over a them*/ 	
A.cat:hover {

font-size: 17px;
font-family: Georgia, Times New Roman, Times, serif-serif;
color: #eb5f26;
text-decoration: none;
font-style: italic;

}

/*A.cat:visited:: Controls the way the  Links on the left bar look after a user has visited that section*/ 
A.cat:visited {

font-size: 17px;
font-family: Georgia, Times New Roman, Times, serif-serif;
color: #472300;
text-decoration: none;
font-style: italic;

}
	
/*A.cat:visited:hover:: Controls the way the  Links on the left bar look when a user hovers over a section they have visited*/ 	 
A.cat:visited:hover {

font-size: 17px;
font-family: Georgia, Times New Roman, Times, serif-serif;
color: #eb5f26;
text-decoration: none;
font-style: italic;

} 


A.currentSection {

margin-bottom: 30px;
font-size: 17px;
font-family: Georgia, Times New Roman, Times, serif-serif;
color: #f97643;
text-decoration: none;
font-style: italic;

}