h1{
    indent: 3.0em;
    color: black;
    font-size: 3.0em;
    font-family: 'Playfair Display', serif;
}
h3{
    color: black;
    font-size: 2.0em;
    font-family: 'Playfair Display', serif;
}
body{
	color: black;
	font-family: 'Playfair Display', serif;
}
.top{
	position: absolute;
	top: 10px;
}
#topline{
    h1;
	.align: center;
}
#secondline{
	h3;
}
.align-center{
	text-align: center;
}
a:link {
	color:#FF0000;} /* unvisited link */
}
a:visited {
	color:#00FF00;} /* visited link */
}
a:hover {
	color:#FF00FF;} /* mouse over link */
}
a:active {
	color:#0000FF;} /* selected link */
}
margin: 30px;
border: 2px solid #FF0000;
padding: 15px;
