body {
	background-color: #eee;
	background-image: url("Background.jpg");
	background-repeat: repeat;
	background-size: 100%;
	
}

h1 {
color: white;
font-size: 60px;
}


.panel-title{
    
color: white;
}


.panel-heading {
    background-color: #3fbedf!important;

}

a{
    color: silver;
}
a:visited{
    color: silver;
}


