* {
    box-sizing: border-box;
}
a:link
{
    color: #e01616; 
    text-decoration: underline;
}
a:visited
{
    color: #840e0e;
    text-decoration: underline;
}
p.head {
    font-weight: bold;
    text-align: center;
}

.column {
    float: left;
    width: 20%;
    padding: 10px;
	border-radius: 25px;
    border: 2px solid;
	background: white;
    padding: 20px; 
    width: 200px;
	font-size: 17px;
}

.left {
	width: 20%;
	font-size: 22px;
}
.right {
	width: 80%;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}
.box {
    box-sizing: border-box;
}
.header {
	text-align: center;
    color: white;
	padding: 15px;
	font-size: 35px;
}
.footer {
	text-align: center;
    color: white;
    padding: 15px;
}
