@charset "utf-8";
/* CSS Document */


/* Koko sivu */
body {
	background: url(tausta.png) repeat-y #d17f80;
	overflow:auto;
	color: #603;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	
}

/* Otsikko*/
.otsikko {
	position: absolute;
	top: 0px;
	left: 0px;
}

/* tekstit */
.tekstit {
	float: left;
	padding-top: 730px;
	padding-left: 120px;
	width: 460px;
	
}

/* Linkit */
.linkit {
	float: left;
	padding-top: 225px;
	padding-left: 100px;
}

/* affit */
.affit {
	float: right;
	padding-top: 170px;
	padding-right: 860px;
}

b {
	color: #b3001a;
	font-weight: 900;
}

i {
	color: #903;
	font-weight: 100;
}

u {
	color: #F00;
	font-weight: 300;
}

a, a:visited {
	color: #76101e;
}

a:hover {
	color: #C06;
}

h1, h2 {
	color: #b3001a;
}



