@charset "utf-8";
/* CSS Document */

<style>

h1
	{ font-family: "Klinic Slab Bold";
		font-size: 30pt;
		color:rgba(207,28,68,1.00);
		
	}
h2
	{font-family: "Klinic Slab Bold";
		font-size: 16pt;
		color: rgba(11,148,70,1.00);
		text-align:left;
		
	}
h3
	{ font-family: "Klinic Slab Bold";
		font-size: 70pt;
		color: rgba(16,148,72,1.00);
		
	}
h4 
	{ font-family: "Klinic Slab Bold";
		font-size: 30pt;
		color: rgba(251,243,243,1.00);
	}
h5
	{font-family: "Klinic Slab Bold";
		font-size: 100pt;
		color: rgba(11,148,70,1.00);
	}
h6
	{ font-family: "Klinic Slab Bold";
		font-size: 16pt;
		color:rgba(207,28,68,1.00);
		text-align: left;
		
	}
h7
	{ font-family: "Klinic Slab Bold";
		font-size: 60pt;
		color:rgba(77,22,23,1.00);
}
	
ul {
    list-style-type:none;
    margin: 0;
    padding: 0;
    text-align:center;
	}
	
li {
    display:inline;
    padding: 18px 18px;
	float:center;
    border-right:2px solid #bbb;
	background-color:rgba(208,27,68,1.00);
		
}
a { color: white;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 20pt;
	text-decoration:none;
	}
a:hover {
    text-decoration: underline;
}
a1:hover{
	text-decoration: line-through;
}

div
	{
    background-color:rgba(217,199,184,1.00);
	height: 605px;
    width: 800px;
    border: 05px solid black;
    padding: 25px;
    margin: 25px;
	align-content: center;
		
	}
f
	{
        background-color:white;
        height: 70px;
        width: 100%;
        text-align:center;
        filter:alpha(opacity=50);
        opacity:10;
		font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
		font font-size: 16pt;
		color:rgba(0,0,0,1.00);
}
	</style>
