/* CSS Document */

body {
    background-color: #184231;
	color:#FEF764;
}

h2 {
margin-top: 10px;	
}
.nav {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #FEF764;
	font-weight: bold;
}

.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #FEF764;
}

a:link {
	color: #FFFF99;
	text-decoration: none;
}
a:visited {
	color: #FFFF99;
	text-decoration: none;
}
a:hover {
	color: #FEF764;
	text-decoration: underline;
}
a:active {
	color: #FEF764;
	text-decoration: none;
}

.maintext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FEF764;
	font-weight: normal;
}

.maintext2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FEF764;
	font-weight: normal;
}

.subtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FEF764;
	font-weight: bold;
}

.celebrate {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FEF764;
	font-weight: bold;
}

.title {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	color: #FEF764;
}

.imagesContainer{
	margin-left: auto;
    margin-right: auto;
	text-align:center;
}
.imageContainer{
margin: 10px 10px 10px 10px;
display:inline-block;
}
.border {
	text-align:center;
	/*margin: 10px;
	float:right;*/
	/*display:inline-block;
	margin-left: 10px;
    margin-right: 10px;*/
	margin-bottom: 5px;
	background-color: #FFF;
	border: 5px solid black;
	height: 200px;

}
.borderSmall {
	text-align:center;
	/*margin: 10px;
	float:right;*/
	/*display:inline-block;
	margin-left: 10px;
    margin-right: 10px;*/
	margin-bottom: 5px;
	background-color: #FFF;
	border: 5px solid black;
	height: 100px;

}
.border2 {
	color:#FFF;
	border-color:#FFF;	
}

.artistText {
text-align:left;
}