body {
	background-color: #ebf6fc;
	background-image: url("http://static.frostwire.com/images/bg.gif");
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #005D90;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
p {
	text-align: left;
}
li {
	text-align: left;
}
a:link {
	text-decoration: underline;
	color: #005D90;
}
a:visited {
	text-decoration: underline;
	color: #005D90;
}
a:hover {
	text-decoration: none;
	color: #005D90;
}
a:active {
	text-decoration: underline;
	color: #005D90;
}
.navlinks {
	font-size: 14px;
}
.blockheading {
	font-size: 12px;
	font-weight: bold;
}
.donatelinks {
	font-size: 14px;
}
.medtext {
	font-size: 12px;
}
.title { 
	font-size: 32px;
}
.slogan {
	font-size: 14px;
	font-style: italic;
}
.downloadlink {
	font-size: 22px;
	font-weight: bold;
}
.subheading {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}
.completedownload {
	font-size: 16px;
	font-weight: bold;
}
.faqsection {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.errormessage {
	font-size: 12px;
}
.borderedtextbox {
 border: 1px solid #82BFD8;
 background-color:#fff;
}
.teammember {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}
.changelog {
	font-family: Courier, 'Courier New', monospace;
}

/** Makes the mouse look like a link on the background image that shows the screenshot on the home page */
#screenshot:hover {
 cursor:pointer;
}
