body { background : url(images/bg.jpg); }

a {color: #FFFF00; text-decoration: none;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {color: #CCCCCC;}
a:active {color: #CC0000;}
a:focus {color: #CC0000;}

div.title {
	font-size: 40px;
	color: black;
	font-weight: bold;
}

div.subtitle {
	font-size: 25px;
	color: black;
	font-weight: bold;
}

div.pithy {
	font-size: 14px;
	color: black;
	font-weight: bold;
	font-style: italic;
}

div.content {
	color: white;
	font-weight: bold;
}

h1 {
	font-size: 25px;
	font-weight: bold;
}
h2 {
	font-size: 20px;
	font-weight: bold;
}
h3 {
	font-size: 15px;
	font-weight: bold;
}