body {
	background: lightyellow;
	font-family: Comic Sans MS;
	color: Maroon;
}
h1 {
	font-family: Comic Sans MS;
	font-size: 32;
	color: Maroon;
	text-align: center;
}
h2 {
	font-family: Comic Sans MS;
	font-size: 22;
	color: Maroon;
	text-align: center;
	text-decoration: underline;
}
a {
	color: red;
	text-decoration: none;
}
a:hover {
	color: orange;
	text-decoration: underline;
}
a:visited {
	color: #C80000;
}
hr {
	color: orange;
	height: 1px;
}
.ram {
	border-color: orange;
	border-style: outset;
}
.lbl {
	font-size: 12;
	text-align: center;
}
.hlaska {
	color: #CC6600;
	text-align: center;
}