/* CSS Document */
/* Style Sheet for Cyberteknix Solutions 
/*Body Styles*/

/*This style formats the scroll bars to the colors that I want*/
BODY {
scrollbar-face-color:#C0C0C0;
scrollbar-highlight-color:#FFFFFF;
scrollbar-3dlight-color:#C0C0C0;
scrollbar-darkshadow-color:#000000;
scrollbar-shadow-color:#808080;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#E0E0E0;
}
/*End Scroll Bar Colors*/

/*Link Styles
Generic Link format for all links
*/
A:link{
	text-decoration:none;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	color:blue;
}
A:visited {
	text-decoration:none;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	color:blue;
}
A:active {
	text-decoration:none;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	color: blue;
}

A:hover {
	text-decoration:underline;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	color:blue;
}


/* This style is for the bottom of the pages links
*/
.bottom A:link {
	text-decoration:underline;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: normal;
	color: blue;}
.bottom A:visited {
	text-decoration:underline;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: normal;
	color: blue;}
.bottom A:hover {
	text-decoration:underline;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: normal;
	color: red;
	background-color:#FFFFFF;}
.bottom A:active {
	text-decoration:underline;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: normal;
	color: blue;}
		
/* End CSS Document */