
/* primepuzzle_minimal.css - lrb - 11/17/2004 */

/* ideas from Mark Zipadelli */

body {
		background-color: #ffffff;
		font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, 
				     Georgia, Courier, Times New Roman, Serif;
		font-size: 86%;
		color: #000000;
		text-align: left;
		vertical-align: top;
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 0;
}

a:link, a:visited, a:active {
		background-color: transparent;
		color: #000000;
		text-decoration: none;
}

div.copyright_information {
		border: 1px solid #000999;
		background-color: #d7d7d7;
		font-size: 9px;
		padding: 2px;
		margin: 0 3px;
}

abbr, acronym, .help {
		border-bottom: 1px dotted #008;
		cursor: help;
}


