?body {
 background-image: url("083.jpg");
 background-repeat: no-repeat;
 background-position: 100% 100%;
 background-color: white;
 color: darkbrown;
 line-height: 1.7em;
 font-family: メイリオ,sens serif;
 padding: 1em;
}

h1 {
 backgroud-color: ffcc66;
 color: 000033;
 line-height: 1.4em;
 border: 5px dotted deeppink;
}


h2 {
 backgroud-color: skyblue;
 color: deeppink;
}

h3 {
 backgroud-color: skyblue;
 color: darkblue;
}

table {
 ed line-height: 1.0em;
}

a: {
 text-justify: auto;
 text-decoration: none;
}

a:hover {
 background-color: pink;
}

a:active {
 background-color: skyblue;
}

image {
 filter:progid:DXImageTransform.Microsoft.DropShadow(offx=5,offy=5,color=gainsboro,positive=1)
}