@media all {
div.category {
	padding-right: 25px;
	padding-top: 25px;
	clear: both;
}

div.category h1 {	
	text-indent:0px;
	width:550px;
	margin-top:13px;
	margin-bottom:2px;
	border-bottom: 1px solid black;
	clear:both;
	font-variant: small-caps;	
}

div.category h1 a,
div.category h1 a:visited,
div.category h1 a:active {	
	color:black;
	letter-spacing:4px;
	font-size:25px;
	font-family:"Times New Roman", Times;
	font-weight:normal;
	text-decoration: none;	
}

div.category h1 a:hover {	
	background-color: black;
	color:white;
	
}




div.category h2 {
	margin-top:10px;
	font-family: "Times New Roman", Times;
	margin-bottom:0px;
}

div.category h2 a,
div.category h2 a:visited {
	font-size:17px;
	color: black;
	text-decoration: none;
}

div.category h2 a:hover {
	background-color: black;
	color:white;
}

div.category h2.notready {
	font-size:16px;
	font-weight:bold;
	font-family:"Times New Roman", Times;
	letter-spacing:2px;
	margin-top:30px;
	clear: both;
}

div.category ul h3 {
	font-size:12px;
	color:#666666;
	font-weight: normal;
}


div.category div.card {
	width:530px;
	overflow: auto;
	margin-top:10px;
	padding:10px;
}

div.category div.card img {
	float:left;
	margin-right:10px;
}

div.category div.card h2 {
	margin-top:0px;
}

div.category div.card ul {
	font-size:inherit;
}
	
div.category div.card p {
	font-size:12px;
}


div.category div.cards {
}

div.category div.cards ul {
	font-size:12px;
	float: left;
	width:200px;
}

div.category div.cards h2 {
	font-size:16px;
	font-weight:bold;
	font-family:"Times New Roman", Times;
	letter-spacing:2px;
	clear: both;
}

div.category div.cards ul a,
div.category div.cards ul a:visited {
	font-size:12px;
	color:black;
	text-decoration: none;
}

div.category div.cards ul a:hover {
	text-decoration: underline;
}
div.suggest {
	text-align:right;
	clear:both;
	font-size: 10px;
}

div.suggest a,
div.suggest a:visited {
	text-decoration: none;
}

div.suggest div {
	float:right;
	width:auto;
	padding:2px;
	display: none;
	border:1px solid #999999;
	background-color: #ffdf88;
}
}

@media print {
    div.suggest {
	display:none;
    }
}
