html {
	height: 100%;
	margin-bottom: 1px;
	font-family: palatino linotype;
}

div#logo {
	text-align: center;
}

div#content {
	position: relative;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

div#textContent {
	width: 570px;
}

h1 {
	margin-top: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #444444;	
}

h2 {
	margin-top: 20px;
	margin-left: 50px;	
	color: #444444;	
}

div.lyrics {
	margin-top: 50px;	
}

div#flags {
	margin-top: 10px;
	text-align: center;
}

div#allLyrics a {
	text-decoration: none;
	color: #529eb5;
}

div#allLyrics a:hover {
	color: #ef2494;	
}

div#textContent a {
	text-decoration: none;
	color: #529eb5;
}

div#textContent a:hover {
	color: #ef2494;	
}

div#flags a {
	text-decoration: none;
	color: #529eb5;
}

div#flags a:hover {
	color: #ef2494;	
}

p {
	margin-top: 20px;
	text-align: justify;
	text-indent: 50px;
}

p a {
	text-decoration: none;
	color: #529eb5;
}

p a:hover {
	color: #ef2494;	
}

ul {
	margin-top: 15px;	
}

li {
	margin-top: 5px;	
}

span#signature {
	margin-top: 20px;
	float: right;	
}

div#copyright {
	margin-top: 20px;
	font-size: 0.7em;
}

div#subpageFooter {
	position: absolute;
	top: 100px;
	right: 0px;
}

a#backLink img {
	padding: 1px;
	border: none;
}

a#backLink:hover img {
	border: none;
}

div#footer {
	margin-top: 50px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 12px;
}

div#alpea {
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 10px;
}

div#footer a, div#alpea a {
	text-decoration: none;
	color: #529eb5;
}

div#footer a:hover, div#alpea a:hover {
	color: #ef2494;	
}

.pink {
	color: #ef2494;	
}
.blue {
	color: #529eb5;	
}
.whiteBackground {
	background-color: #ffffff;	
}
