/* CSS Document */

/* Style Sheet for Cyberteknix Solutions 

/*Body Styles*/



/*This style formats the scroll bars to the colors that I want*/

body

	{background-color: white; 

	 background-repeat: repeat; 

	 background-attachment: scroll; 

	 font-family: Tahoma; 

	 font-size: 12pt; color: #3e623c; 

	 background-position: 0%}

/*End Scroll Bar Colors*/



/*Link Styles

Generic Link format for all links

*/

A:link

	{text-decoration:none;

	 font-family: "Tahoma";

	 font-size: 12pt;

	 font-style: normal;

	 color: #3e623c;}

	 

A:visited 

	{text-decoration:none;

	 font-family: "Tahoma";

	 font-size: 12pt;

	 font-style: normal;

	 color: #3e623c;}

	 

A:active 

	{text-decoration:none;

	 font-family: "Tahoma";

	 font-size: 12pt;

	 font-style: normal;

	 color: #cc9900;}



A:hover 

	{text-decoration: underline;

	 font-family: "Tahoma";

	 font-size: 12pt;

	 font-style: normal;

	 color: #cc9900;

	 text-transform: uppercase}

	 

/* End CSS Document */
