html { 
    margin: 0;
    padding: 0;
}

body { 
    font: 80%/150% georgia, times, serif; 
    background-color: #fff; 
    color: #000;
    margin: 0;
    padding: 0;
}

img {
	border: 5px solid #000;
	}

#toolbar {
/*    position: absolute;
    top: 0;
    left: 0;
    width: 100%;*/
    height: 20px;
    font-size: 12px;
    font-family: verdana, arial , sans-serif; /*"times new roman", times, serif;*/
    background: #ff5a00;
    border-bottom: 1px solid #b51;

/*    border-bottom: 1px solid #ff5a00;*/
/*    border-top: 1px solid #000; */
    color: #fa3;
    margin:0;
    padding: 6px 0 0 0.7em;
/*    position: relative;*/
}

.nav_selected, .nav_unselected {
    margin: 0.2em 0 0 10px;
    padding: 0.2em 1em 0.3em 1em;
}

.nav_selected {
    background: #fff;
    color: #000;
    border-top: 1px solid #b51;
    border-left: 1px solid #b51;
    border-right: 1px solid #fa3;
    border-bottom: 1px solid #fff;
    /*padding-bottom: 1px;*/
}

.nav_unselected {
    background: #ff6611;
/*    background: #fa3;*/
    border-top: 1px solid #fa3;
    border-left: 1px solid #fa3;
    border-right: 1px solid #b51;
    color: #fff;
}

div#toolbar a, div#toolbar a:link, div#toolbar a:visited {
    color: #000; 
    text-decoration: none;
} 

div#toolbar a:hover {
    color: #900;
    text-decoration: none;
}

.centercontent {
    margin: 30px;
    background:#fff;
    color:#000;
    border: 0;
    /*	margin: auto auto auto auto;*/
    width:600px;
    text-align:left
}

.delicious {
    margin: 30px;
    background:#fff;
    color:#000;
    border: 0;
    /*	margin: auto auto auto auto;*/
    width:90%;
    text-align:left
}


.pieni { font-size:10pt;
	color:#FFF;
	}

.vraami {
	border: 10px solid #FFF;
}

A, A:link, A:visited {
	color: #34425b; 
	text-decoration: underline
	} 

A:hover {
	color: #0d1117;
	text-decoration:none
	}

h1, h2, h3, h4, h5 {  
    margin-top: 2em;
    font-family: verdana, arial, sans-serif;
    font-size: 1.5em;
    font-weight: normal;
    color: #34425b;

}



