body {
	text-decoration: none;
	font-family: Arial;
	font-size: 8px;
        width: 174px;
        background: navy;
	}

DIV.header {
        margin-bottom: 5px;
	text-align: center;
	width: 100%;
	}

span.header_text {
	font-weight: bold;
        color: #fac400;
        font-size: 14pt;
	}


DIV.printfooter {
       	float: none;
	text-align: center;
	width: 100%;
        color: silver;
	}

DIV.valikko {
        color: silver;
	}

DIV.main {
       	float: none;
	background: white;
	border-color: grey;
	border-width: 2px;
	border-style: solid;
	width: 100%;
	color: black;
        margin-bottom: 5mm;
	}

li {
	font-size: 0.8em;
	list-style: outside;
	margin: 0px 0px 0px 15px;
	}

DIV.paaotsikko {
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 3.0em;
	}

DIV.alaotsikko {
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 1.5em;
	}

DIV.otsikko {
	font-weight: bold;
	font-size: 1.0em;
	}

h3 {
	font-weight: bold;
	font-size: 1.0em;
	}

.valikko_item_normal {
	text-decoration: none;
        margin-top: 2px;
       	padding: 2px;
	font-size: 8px;
	font-weight: bold;
	text-align: left;
	}

.valikko_item_selected {
	text-decoration: none;
        margin-top: 2px;
       	padding: 2px;
	font-size: 8px;
	font-weight: bold;
	text-align: left;
        }

A {
	text-decoration: none;
        color: silver;
        }
A:hover {
        color: white;
        }


p {
	}