TD {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	cursor: default;
	}

A {
	color: red;
	text-decoration: underline;
	}
	
A:hover {
	text-decoration: none;
	}

A.catmenu {
	font-family: tahoma;
	font-size: 11px;
	color: black;
	text-decoration: none;
	letter-spacing: 2px;
	}

A.catmenu:hover {
	color: white;
	text-decoration: none;
	}

H1 {
	font-family: arial;
	font-size: 19px;
	font-weight: bold;
	/* font-style: italic; */
	color: #000000;
	text-align: left;
	/* text-transform: uppercase;
	font-variant: small-caps;*/
	}

.tinywhite {
	font-family: arial;
	font-size: 9px;
	color: #FFFFFF;
	}

.cr {
	font-family: tahoma;
	font-size: 9px;
	color: #7D7D7D;
	}

INPUT.btn {
	width: 100px;
	height: 21px;
	font-family: tahoma;
	font-size: 10px;
	}