/* example stylesheet file for laughingstar */

body{
	color : Black;
	background: #FFFFFF;
	font-family : "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 14px;
	text-align: left;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

td {
	color : Black;
	background: #FFFFFF;
	font-family : "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 14px;
}

table {
/*	border: 1px Solid Yellow;*/
	margin: 4px;
}

tr {
	margin: 0px;
}

tr {
	margin: 4px;
}

a {
	text-decoration: none;
	color: red;
}

a:active {
	color: yellow;
	text-decoration: underline;
}

a:visited {
	color: Purple;
	text-decoration: none;
}

a:hover {
	color: Maroon;
	text-decoration: underline;
}

td.sentences {
	font-size: 9px;
}

td.banner {
	text-align: center;
}

td.title {
	background: yellow;
	padding: 4px;
	color: red;
	font-size: 44px;
	font-weight: bold;
	text-align: center;
}

td.adult {
	background: red;
	color: yellow;
	font-size: 44px;
	font-weight: bold;
	text-align: center;
}

div.resultsList {

} /* search results */

div.picsTable td{
	padding: 4px;
}

div.starTable td{
	font-size: 9px;
	padding: 2px;
}  /* list of stars */

div.imageTable td {
	padding: 4px;
}
