body {
font-family: Arial, Helvetica;
font-size: 13px;
background: rgb(0,170,0);

}

h2 {
    font-size: 15px;
}

#wrapper
{
margin:auto;
    width: 700px;
    margin-top: 30px;
    background: white;
    padding: 20px;
    
}

#googleohjeet
{
    width: 80%;
    background-color: #FFFFCC;
    padding: 10px;
    
    
    
}

#luvut
{
    line-height: 20px;
    font-size: 14px;
}


a:link{
		text-decoration: underline;
		color: green;
     
	}
    
   a:visited
{
    text-decoration: underline;
		color: rgb(130,0,0);
      
    
}

	a:hover{
		text-decoration:none;
	}
