body	{
	background: white;
}
.header {
	margin: 0 0 20px 0;
}

.title {
	font: 18pt bold;
	font-family: serif;
}

.subtitle {
	font: 12pt;
	font-style: italic;
	font-family: serif;
}

.frontpointer {
	font: 14pt;
	font-family: serif;
}

.popularity {
	font-style: italic;
	font:  10pt;
}

table.primary {
	width:600px;
}

td.field_package {
	font 16pt;
	font-family: sans-serif;
	background-color: lightblue;
}

td.field_description_short {
	font: 12pt;
	font-family: sans-serif;
	background-color: lightgray;
}

td.field_description_long {
	font: 10pt;
	font-family: serif;
}

.footer {
	background: white;
	margin: 25px 10px auto 10px;
	text-align: left;
	font: 10pt;
	color: silver;
}

div.footer img {
	border: 0px;
}

div.footer a:link {	
	color: silver;
}
div.footer a:visited {	
	color: silver;
}
div.footer a:hover {	
	color: black;

}
