@import url();

body {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 90%;
	line-height: 1.6em;
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0;
	background: #fff3d3 url(background.jpg);
	color: rgb(0, 0, 0);
}

div.intro {
	width: 50%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #acffc5;
	border-style: ridge;
	padding-right: 5px;
	padding-left: 5px;
}

a, a:link, a:visited {
	text-decoration: underline;
	border-style: dotted;
	border-width: 1px;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #b96600;
}

h2 {
	font-variant: small-caps;
	color: #b96600;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	margin-top: 30px;
}

span.yayfree {
	color: #009800;
	font-weight: bold;
}

span.sortafree {
	color: #959200;
	font-weight: bold;
}

span.notfree {
	color: #f00;
	font-weight: bold;
}

p.appdesc {
	margin-left: 10%;
	margin-right: 10%;
}

em {
	font-style: normal;
	font-weight: bold;	
}

p.appname {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	color: #e00;
	padding-bottom: 0;
	margin-bottom: 0;
}