@font-face { 
	font-family: 'Roboto Slab', serif;
}

	body {
		background-color: #FFC0CB;
	} 

	h1 {
		font-family: 'Roboto Slab', serif;
		text-align: center;
		font-size: 24pt;
	}

	a {
		color: #000;
		
	}

	a:hover {
		color: #4B9BCA;
	}


	#header {
		background-color: #fbf7f5;

	}

	#icon {
		padding: 5px;
		background-color: #fbf7f5;
	}

	#icon img {

		width: 200px;
	}

	#nav {
		font-family: 'Roboto Slab', serif;
		text-align: center;
		font-size: 14pt;
		padding: 1em;
		background-color: #fbf7f5;

	}

	.container-main {
		width: 60%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 1em;
		margin-bottom: 2em;
		padding: .5em;
		background-color: #fbf7f5;
		border: 3px solid #000;
	}

	.c {
		font-family: 'Roboto Slab', serif;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 1em;
		margin-bottom: 1em;
		padding: 1em;
		background-color: #fbf7f5;
	}

	.content a:link{color:blue; text-decoration: underline;}
	.content a:link:visited{color:blue; text-decoration: underline;}
	.content a:hover{color:#FFC0CB; text-decoration: underline;}

	.chead {
		font-family: 'Roboto Slab', serif;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 1em;
		margin-bottom: 1em;
		padding: 1em;
		background-color: #fbf7f5;
	}

	.ctext {
		font-family: 'Roboto Slab', serif;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 1em;
		margin-bottom: 1em;
		padding: 1em;
		background-color: #fbf7f5;
	}

	.body{
		font-family: 'Roboto Slab', serif;
		background-color: #FFC0CB;
		margin-top: .5em;
		padding-top: 100px;
		padding-bottom: 100px;
	}