/********************************************
 * Cascading Style Sheet for KYE Technology *
 * website: www.kye.com.au                  *
 *                                          *
 * To use: insert this line into the head   *
 * of the HTML document:                    *
 *                                          *
 * <LINK REL=STYLESHEET TYPE="text/css"     *
 *   HREF="css/kyewww.css">                 *
 *                                          *
 ********************************************/

BODY.content {
	background-image: URL("../images/watermark.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: fixed;

	font-family: arial;
	font-size: 12px;
}

A {
	color: #2A2A87;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;

	text-decoration: none;
}

A:link {
	color: #2A2A87;
}

A:visited {
	color: #2A2A87;
}

A:active {
	color: #7A7Ad7;
}

TD {
	font-family: arial;
	font-size: 12px;
}

TD.centered {
	text-align: center;
}

P.ad {
	font-family: arial;
	font-size: 12px;
}
