
body {
	font-family: "Helvetica";
	color: black;
	font-size: 17px;
}

h1 {
	font-family: "Helvetica";
	color: blue;
	font-size: 24px;
	font-weight: bold;
}

// ##############################################################

#myId {
	font-family: "Helvetica";
	color: red;
	font-size: 24px;
}

.myClass {
	font-family: "Helvetica";
	color: green;
	font-size: 28px;
}

