body, html {
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	color: #fff;
}

table {
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
}

p {
	font-size: 11px;
	margin-bottom: 6px;
}

h1,h2 {
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}

h3,h4,h5,h6 {
	font-family: arial,helvetica,sans-serif;
}

h1 {
	font-style: italic;
	font-size: 16px;
}

h1.otsikko a {
	text-decoration:none;
}


h1.otsikko a:hover {
	text-decoration:none;
	margin-top:-2px;
	margin-left:-2px;
}

h3 {
	font-weight: normal;
	text-transform: uppercase;
	font-style: italic;
	font-size: 13px;
}

a:link {
	font-size: 11px;
	text-decoration: underline;
	color: #fff;
	font-weight: normal;
}

a:visited {
	text-decoration: underline;
	color: #fff;
}

a:hover {
	text-decoration: none;
}

.tuoteTable{
	width: 100%;
}

.tuoteTable tr td{
	border-top: 1px solid #7f99b2;
	border-left: 1px solid #7f99b2;
	border-right: 2px solid #7f99b2;
	border-bottom: 2px solid #7f99b2;
	padding:5px;
}

ul{
	margin-left: 20px;
}


.bannerlinks a {
	color: #00ccff;
	text-decoration: none;
	font-size: 11px;
}

.bannerlinks a:hover {
	color: #7Fcc3d;
}

