/* Creative Concepts Plus Style Sheet
file name is:  bivins_home.css */
/* CSS only in this file - no HTML */

body 		{border: solid 1px #9C762D;font-family:'Goudy Old Style';
		}




a:link 		{background-color:#000066; color:#ffffff;
		font-family:'Arial Narrow';font-variant:small-caps;
		font-weight:bold;}

a:active 	{background-color:#9C762d; color:#FED64A
		font-family:'Arial Narrow';font-variant:small-caps;
		font-weight:bold;}

a:visited 	{background-color:#000066;color:#ffff00;
		font-family:'Arial Narrow';font-variant:small-caps;
		font-weight:bold;}

a:hover 	{background-color:#000066;color:#ff0000;
		font-family:'Arial Narrow';font-variant:small-caps;
		font-weight:bold;}


