/* Write down your custom CSS here */


body {
	background-image: url(http://static.ecome.fi/upload/30/1202274996-733-1.jpg) !important;
	background-position: 0% 0% !important;
	background-repeat: repeat !important;
	background-color: #bfdfe3 !important;
}

h1,h2,h3,h4,h5,p,li,td,a {
	font-family: comic sans !important;
}

h1 {
	font-family: comic sans !important;
	font-size: 24px !important;
}

h3 {
	font-family: comic sans !important;
	font-size: 14px !important;
}

li {
	font-family: comic sans !important;
	font-size: 12px !important;
	color: #66244e !important;
	font-weight: bold !important;
}

a {
	font-family: arial !important;
	font-size: 14px !important;
	line-height: 14px !important;
	font-weight: normal !important;
}

a:hover {
	font-family: comic sans !important;
	color: #e0d0d0 !important;
	font-weight: normal !important;
}


