body {
	margin: 20px;
	font-family: Arial, Verdana, sans-serif;
	}
#capsy {
	font-weight: bold;
	}
h1	{
    font-family: Fonarto;  
	font-size: 200%;
	}
h2	{
    font-family: Fonarto;  
	font-size: 135%;
	}
@font-face {
    font-family: Fonarto;
    src: url(fonts/Fonarto.ttf);
}
.button {
	border: solid thin black;
	background-color: #EEEEEE;
	padding: 10px 30px;
	text-decoration: none;
	border-radius: 10px;
	color: #000000;
	}
.button:hover{
	color:#000000;
	background-color:#315075;
	font-weight: bold;
	color: #FFFFFF;
	}
#center {
	text-align: center;
	}
.small {
	font-size: 70%;
	}
img {
    width: 100%;
	max-width: 100%;
    height: auto;
	}
	
