
body {
	font-family: verdana, helvetica;
	margin: 0;
	background-color: #FEF1F8;
}

p.otsikko {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

p.normal {
	font-size: 12px;
	color: #000000;
}

.fantasia {
	font-size: 12px;
	font-weight: bold;
	color: red;
}

hr {
	border: 1px red dotted;
}

input {
	background-color: #ffffff;
	color: #000000;
	font-size: 100%;
	border: 2px #F68B8F solid;
	width: 500px;
}

.mini {
	font-size: 10px;
	text-align: left;
}

input.haku {
	background-color: #F5A5A6;
	color: #000000;
	background-image: url("right.png");
	font-size: 10px;
	border: 2px #F68B8F solid;
}

a {
	color: #B76C73;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: red;
	text-decoration: underline;
	font-weight: bold;
}

a.valikko {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

a:hover.valikko {
	color: #B76C73;
	text-decoration: none;
	font-weight: bold;
}

.right {
	background-image: url("right.png");
	background-repeat: repeat-y;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
}

.main {
	padding: 10px;
	font-size: 12px;
	background-color: #ffffff;
	border-top: 2px;
	border-right: 0px;
	border-left: 2px;
	border-bottom: 2px;
	border-color: #B76C73;
	border-style: solid;
}

.main2 {
	font-size: 12px;
	background-color: #ffffff;
	border-top: 2px;
	border-right: 2px;
	border-left: 0px;
	border-bottom: 2px;
	border-color: #B76C73;
	border-style: solid;
}

ul {
	list-style-type: square;
	color: red;
}

.ympari {
	padding: 10px;
	border: 2px solid #F5A5A6;
	background-color: #F58B8F;
}

.right2 {
	background-color: #ffffff;
	border-top: 2px;
	border-right: 2px;
	border-left: 0px;
	border-bottom: 2px;
	border-color: #B76C73;
	border-style: solid;
}