	@font-face {
		font-family:first;
		src: url("../fonts/knewave-regular.ttf");
	}
	@font-face {
		font-family:second;
		src: url("../fonts/BowlbyOneSC-Regular.ttf");
	}
	@font-face {
		font-family:third;
		src: url("../fonts/PermanentMarker-Regular.ttf");
	}
	p	{
		font-family: first,sans-serif;
		color:red;
	}
	body {
		background-color:black;
	}
	h1.pagetitle1{
		text-align:center;
		color:DarkRed;
		border: 4px dotted	DarkRed;
		font-family: first,sans-serif;
		font-style:italic;
		font-size:80px;
	}
	h1.pagetitle2 {
		text-align:center;
		color:DarkRed;
		border-bottom: 4px solid	DarkRed;
		font-family: second,sans-serif;
		font-style: oblique;
	}
	
	h6#linktoogpage {
		font-family: second,sans-serif;
		color:blue;
	}
	.linktoogpage{
		font-family: second,sans-serif;
		color:blue;
	}
	h2{
		font-family: second,sans-serif;
		color:red;
		text-decoration-line: underline; 
	}
	h2#noline {
		color:green
	}
	hr{
		color:red;
	}
	hr#firsttitleline {
		color:green;
	}
	li{
		color:red;
	}
	ul {
		color:red;
	}
	figcaption {
		color:red;
	}
	h6 {
		color:red;
	}
	
	
	.home{
		font-family:first,sans-serif;
	}
	
	.habitat{
				font-family: second,sans-serif;
	}
	
	.behaviour{
		font-family: third,sans-serif;
		background-color:blue;
	}
	
	
	
	