

body {
    font-family: calibri, sans-serif;
    color: black;
    background-color: white;
	margin-bottom: 2em;
	margin-left: 6em;    
	margin-right: 2em
	 }

img.display {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

P.intro {
    margin-left: auto;
    margin-right: auto;
    width: 50em
}


p.sinograph {
    font-size: 500%;
    text-align: center ;
    margin: 0.25em;
}

p.inputbutton {
    margin-left: 10em;
}

div.buttons {
    text-align: center ;
}

img {
    vertical-align: middle;
    margin-right: 1em;
    margin-left: 1em;
}

input[type=button] {
    width: 15em;  height: 27px;
}

div.sample {
    background-color: ivory;
    padding-bottom: 0.001em;
    margin-left: auto;
    margin-right: auto;
    width: 50em
}

