h1 {
        font-family: sans-serif;
        font-weight: bold;
        color: #009;
	text-align: center;
	font-size: 250%;
}

h2 {
        font-family: sans-serif;
        font-weight: bold;
        color: #000;
        text-align: center;
        font-size: 180%;
}
body {
        line-height: 120%;
}

A.menutitle:link  { color: #00a; background-color: transparent; text-decoration: none; }
A.menutitle:visited  { color: #00a; background-color: transparent; text-decoration: none; }
A.menutitle:link:hover    { color: #00a;   background-color: #aaf; }
A.menutitle:visited:hover    { color: #00a;   background-color: #aaf; }
A.menutitle:active    { color: red;     background-color: #aaf; }
A:link  { color: #00A; background-color: transparent; text-decoration: none }
A:visited  { color: #00A; background-color: transparent; text-decoration: none }
A:link:hover    { color: #ff0;   background-color: #00A; }
A:visited:hover    { color: #ff0;   background-color: #00A; }
A:active    { color: red;     background-color: #ff0; }


div#menu {
	width: 200px;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 2000px;
	line-height: 110%;
	background-color: #ddf;
	overflow: auto;
	padding-left: 0em;

}

h1#menu {
	margin-top: 10px;
	font-size: 18;
        font-family: sans-serif;
	text-align: left;
}
 h2.menu {
 	font-family: sans-serif;
	font-size: 14px;
        text-align: left;
	margin-top:0;
	margin-bottom:0;

}
 h2.menu2 {
 	font-family: sans-serif;
	font-size: 14px;
        text-align: left;
	margin-top:5px;
	margin-bottom:0;

}

table.board {
	border-collapse: collapse;
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #000000;
}

table.board tr {
	background: #eeeeff;
        border: solid 1px #999999;
	padding: 5px;
}
table.board th {
	background: #eeeeff;
	padding: 5px;
        border: solid 1px #999999;
}

table.board td.other {
	background: #aaffaa;
	padding: 5px;
        border: solid 1px #999999;
}
table.board td.own {
	background: #aaaaff;
	padding: 5px;
        font-weight: bold;
        border: solid 1px #999999;
}
table.board td {
	background: #ffffff;
	padding: 5px;
        border: solid 1px #999999;
}



table.small {
	border-collapse: collapse;
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	border: none 1px #000000;
}

table.small tr {
	background: #eeeeff;
        border: none 1px #999999;
	padding: 1px;
}
table.small th {
	background: #eeeeff;
	padding: 1px;
        border: none 1px #999999;
}

table.small td {
	background: #ffffff;
	padding: 2px;
        font-size: 80%;
        border: none 1px #999999;
}

li {
	margin-top:0.5em;
        line-height: 140%;
}


#noscreen { display: none; }
@media print {
        #noprint { display: none; }
        #noscreen { display: inline; }
        h1 {
                font-family: sans-serif;
                font-weight: bold;
                color: #009;
                text-align: center;
                font-size: 150%;
        }
        h2 {
                font-family: sans-serif;
                font-weight: bold;
                color: #000;
                text-align: center;
                font-size: 120%;
        }
        body, td {
                font-size: 80%;
        }
        li {
                margin-top:0.5em;
                line-height: 140%;
                font-size: 100%;
        }
}
                                



