body {
    background-color:ivory;
    color:slategray;
/*	font-family:arial;*/
	font-size:10pt;
	font-family:arial;
}

a {
    color:steelblue;
    text-decoration:none;
}

a:hover {
    color:orangered;
    text-decoration:underline;
}

td {
	font-family:arial;
	font-size:10pt;
}

.category, .category_prettypop, .sub_category_prettypop {
    margin:5px 0px 0px 0px;
    padding:3px;
}

.category {
    background-color:lightsteelblue;
    color:ivory;
}

.category_prettypop {
    background-color:plum;
    color:ivory;
}

.sub_category_prettypop {
	margin:0px;
	padding:0px;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color:plum;
	color:plum;
}

.list {
    margin:3px;
    padding:3px 3px 3px 10px;
}

.footer {
    margin:0px 0px 0px 0px;
    padding:5px;
    border-style:solid;
    border-width:1px 0px 0px 0px;
    border-color:steelblue;
}

.google_search {
    padding:3px;
    background-color:ivory;
    color:lightslategray;
    border:1px;
    border-style:solid;
}
