/* *Robin-Ann.com* CSS */

* {margin:0px;border:0px;padding:0px;color:#000000;}

a:link {color: black; text-decoration: underline}
a:visited {color:maroon; text-decoration: underline}
a:hover {color: red; text-decoration: none}

/**************************************************/
/*for god sake! don't touch ANY of these controls!
/**************************************************/
div#webFunctions {
	float:right; height:auto; margin-top:-10px;}
.webFunctions a { text-decoration:none; cursor:hand; }
.webFunctions a:hover { color:red; cursor:hand; }
.webFunctions {
	float:right;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	background:transparent; }
table.webFunctions td {height:25px;border:1px solid white;}
.webFunctionsSpacer {
	padding-top:2px;}
table.webFunctions td input {
	width:73px;
	height:16px;
	border-top:1px solid white; }
/**************************************************/
/*repeat... don't touch ANY of these controls!
/**************************************************/

/*thank you MHenke 8)*/
@media screen {
  div.forPrint {display:none;}
  img.pageLprint {display:none;}
  input {display:block;}
} 
@media print {
  div.forPrint {display:block;}
  img.pageLprint {display:inline;}
  input {display:none;}
}
