tskstyle.css
a {
text-decoration: none;
}
		
a:link {
color: black;
}
		
a:visited {
color: black;
}
		
a:hover {
color: orange;
}
		
a:active {
color: orange;
}

body {
margin: 0;
font-family: 'Montserrat', sans-serif;
font-size: 17px;
color: black;
background-color: rgb(232,233,244);
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	
h1 {
	font-family: 'Montserrat', sans-serif;
}

h2 {
	font-family: 'Montserrat', sans-serif;
}

h3 {
	font-family: 'Montserrat', sans-serif;
}

h4 {
	font-family: 'Montserrat', sans-serif;
}

img {
	max-width: 100%;
	height: auto;
	}