/* CSS Document */
/* Style Sheet for Cyberteknix Designs Page
/*Body Styles*/

/*Link Styles
Generic Link format for all links
*/
A:link{
	text-decoration:none;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: normal;
	color:green;
}
A:visited {
	text-decoration:none;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: normal;
	color:green;
}
A:active {
	text-decoration:none;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: normal;
	color: green;
}

A:hover {
text-decoration:underline;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: normal;
	color:green;
}


/* This style is applied to the links that are contained within the table
on the Website Hosting Page.
*/
.hostingtable A:link {text-decoration:none; font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: normal;
	color: white;}
.hostingtable A:visited {text-decoration:none; font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: normal;
	color: white;}
.hostingtable A:hover {text-decoration:underline;
font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: normal;
	color: white;
	background-color:#990099;}
.hostingtable A:active {text-decoration:none; font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: normal;
	color: white;}

/* End CSS Document */