body{
	padding: 0px 50px 0px 50px;
	background-color: #383838;
	}

h1{
	text-align: center;
	font-size: 100px;
}

h2 {
	font-style:  bold;
	text-align: center;
}

a:link {
    color: black; 
    background-color: transparent; 
    text-decoration: none;
}
a:hover {
    color: white;
    background-color: transparent;
    text-decoration: underline;
}
	
h3 {
	text-align: center;
	font-size: 40px;
	padding-top: -15px;
}

.container {
    position: relative;
    width: 100%;
}
.container div {
    height: 300px;
	padding-left: 10px;
	padding-right: 10px;
}

.column-left {
    width: 30%;
    left: 0;
    background: black;
	color: white;
    position: absolute;
}
.column-center {
    width: 30%;
    background: #a7a7a7;
	color: black;
    margin-left: 35%;
    position: absolute;
}
.column-right {
    width: 30%;
    right: 0;
    position: absolute;
    background: #ffffff;
	color: black;
}

