@charset "UTF-8";

html {
	font-family: 'Open Sans', sans-serif;
}

h1 {
	color: red;
}

a:link {
	color: green;
}

a:visited {
	color: orange;
}

li {
	color: white;
}

body {
	background-image: url("pattern.png");
	color: yellow;
}

h3 {
	color: red;
}