body {
margin: 50px;
background-image: url(image/bk001.jpg);
}
h1 {
text-align: center;
color: #ff0000;
}
h2 {
text-align: left;
color: #0000ff;
}
h3 {
text-align: left;
color: #008000;
}
p {
font-size: medium;
}
a:link { color: #0000ff; }
a:visited { color: #000080; }
a:hover { color: #ff0000; }
a:active { color: #ff8000; }
a { font-weight: bold; }
table, td, th { border: 1px #000000 solid; }
table {
width: 800px;
border-collapse: collapse;
background-color: #e0e0e0;
}
td {
vertical-align: top;
text-indent: 1em;
}