* {
margin: 0;
padding: 0;
}


#work {
width: 800px;
position: absolute;
top: 20px;
left: 320px;
margin-bottom: 20px;
padding-bottom: 30px;
}

#about {
position: absolute;
top: 40px;
left: 10px;
padding: .25em;
font-family: georgia, sans-serif;
width: 300px;
font-size: .9em;
position: fixed;
line-height: 1.2em;
background-color: white;
}

p {
text-indent: 2em;
}

.note {
font-size: .7em;
font-family: helvetica, sans-serif;
}

.memo {
font-size: .7em;
font-family: helvetica, sans-serif;
}

#order {
position: absolute;
top: 1680px;
left: 20px;
padding: .25em;
width: 300px;
z-index: 1;
background-color: white;
}

.current {
color: #33FF00;
}

#table {
position: absolute;
top: 20px;
left: 750px;
width: 220px;
}

td, th {
font-family: georgia, sans-serif;
padding: .1em;
color: black;
font-size: .8em;
}

ul li {
list-style: none;
}

a:visited {
color: blue;
text-decoration: line-through;
}

a:hover {
background-color: blue;
color: white;
}

a:active {
background-color: white;
color: blue;
}