.pieni {
	font-size: small
}
.punainen {
	color: #FF0000
}
.underline {
	text-decoration: underline;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.uppercase {
	text-transform: uppercase;
}
.RedBold {
	font-weight: bold;
	color: #FF0000;
}
.Isoalkukirjain {
	text-transform: capitalize;
}
.IsoalkuUL {
	text-transform: capitalize;
	text-decoration: underline;
}
.italics {
	font-style: italic;
}
.extrasmall {
	font-size: xx-small;
}
.small {
	font-size: x-small;
}
.smallred {
	font-size: x-small;
	color: #FF0000;
}
.large {
	font-size: larger;
}
.bold {
	font-weight: bold;
}
.smallitalics {
	font-style: italic;
	font-size: x-small;
}
.pieniitalics {
	font-style: italic;
	font-size: small;
}
.white {
	color: #FFFFFF;
}
.ohutreuna {
	border: thin solid #999999;
}
.lista {
	list-style-type: circle;
	padding-left: 0px;
	margin-left: 17px;
}
.EiAlleviivausta {
	text-decoration: none;
}
