
PRE {
	margin-left : 30px;
}

A:ACTIVE {
	text-decoration : underline;
	color : #FF00FF;
}

A:LINK {
	text-decoration : underline;
	color : #0000FF;
}

A:VISITED {
	color : #800080;
	text-decoration : underline;
}

BODY {
	background: white url(kuvat/bground.jpg) repeat fixed;
	margin : 5% 5%;
	color : #000000;
	}

H1 {
	font : sans-serif;
	text-align : center;
	text-decoration : underline;
	text-transform : capitalize;
	color : #FF0000;
}

H2 {
	text-align : center;
	font : bold sans-serif;
	text-decoration : underline;
	color : #800000;
}

DT {
	font : 18px sans-serif;
}


.html {
	background : transparent;
	color : #000080;
}


.css {
	background : transparent;
	color : #800000;
}

.note {
	font-size : 90%;
	margin-left : 30px;
}

H3 {
	color : #006400;
	font : 20px serif;
}
H4 {
	font : bold 30px;
}

H5 {
	font : bold 25px;
}
UL, OL {
	margin-left : 10%;
}


TH {
	vertical-align : top;
	text-align : left;
	padding : 4px;
}

TD {
	vertical-align : top;
	padding : 4px;
}
.note UL, .note OL {
	margin-left : 0px;
	margin-right : 0px;
}





