.order a {
    font-family: Impact, Arial Bold, Helvetica, Sans-serif;
    font-size: 60px;
    font-weight: normal;
}

body {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    background-color: #ffff00;
    margin-left: 26px;
    margin-top: 0px;
    padding-top: 0px;
    color: #000000;
}

a{
    color: #000000;
    font-weight: bold;
}

a:hover {
    background-color: #ffff66;
}

ul {
    margin-left: 44px;
}

table, tr, th, td {
    font-size: 12px;
    margin: 0;
    border: 1px solid #aaaa00;
    padding: 0px, 4px, 0px, 4px;
    background-color: #ffff00;
}

th {
    text-align: left;
    color: #ffff00;
    background-color: #000000;
}

h1 {
    font-family: Arial, Helvetica, Sans-serif;
    color: #ffff00;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: -0.066em;
}

.noborder {
	border : none;
}

.note {
	color: #888888;
}

blockquote {
    margin-top: 2px;
    margin-left: 20px;
}

ul, h1, h2, h3, h4, h5, h6 {
    margin-top: 2px;
    margin-bottom: 2px;
}

table.dirlist {
	margin-left: 28px;
	border: 2px solid black;
	width: 400px;
	font-family: verdana, arial, sans-serif;
	
}

table.dirlist th {
	text-align: center;
	border: 1px solid black;
	font-size: 10px;
}

table.dirlist td {
	font-size: 10px;
	border: 1px solid black;
	padding: 1px;
}

table.dirlist td.h {
	text-align: center;
	font-size: 20px;
	background-color: #dddd00;
}

table.dirlist td.d1 {
	text-align: right;
	background-color: #eeee00;
}

table.dirlist td.d2 {
	text-align: right;
	background-color: #ffff33;
}



