html {
	background-color: #fff;
}

body {
	background-color: #fff;
	color: #000;
}

#nav ul li a {
	color: #fff;
}

/* Sivuvalikko */


#subnav ul li a {
	color: #000;
}



a {
	color: #0096ff;
	background-color: transparent;
}

a:hover {

}

h1 {
	color: #1b4d87;
	background-color: transparent;
}

h2 {
	color: #1b4d87;
	background-color: transparent;
}

h3 {
	color: #1b4d87;
	background-color: transparent;
}

hr {
	color: #ccc;
	background-color: #ccc;
}

p {

}

img {
	border-color: #ccc;
}

table {
	border-color: #ccc;
}

td {
	border-color: #ccc;
}

ol {

}

ol li {

}

ul {

}

ul li {

}

form {

}

.submit {

}

.submit:focus {

}

input, textarea, select {

}


input:focus, textarea:focus {

}

fieldset {

}

#cart table th {
	background-color: #04395b;
	color: #fff;
}

