html {height: 100%;}
div#fullheight {min-height: 100%; _height:100%;}
div#footer {height:20px; margin-top:-20px; text-align:center;}
div#footermargin {height:20px; clear:both;}
body {
	height:100%;
	margin:0px 40px 0px 40px;
	padding:0px 10px 0px 10px;
	background-color: #101035;
	background-image: url('img/snowflake.png');
	background-attachment:fixed;
	color: white;
	font-family: Baskerville, Arial, Verdana, Sans-Serif;
	font-size: medium;
}

button.navig {
	background-color: lightgrey;
	color: black;
	border-style: outset;
	border-width: medium;
	font-size: thin;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
}

h3 {
	padding: 12px 1px 0px 1px;
	text-align: center;
}
h4 {
	text-align: center;
}

p {
	padding: 0px 12px 5px 20px;
}

td.tid {
	white-space: nowrap;
	background-color: #000020;
}

.sempai {
	font-style: italic;
}

table.schema {
	width: 85%;
}
.head {
  font-size: 20px;
}
.date {
  white-space: nowrap;
  font-style: italic;
  padding-right: 8px;
  padding-left: 50px;
}
p.description {
	margin: 4px 0 12px 0;
}

img.intext {
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
}
	
a:link {
	color: lightblue;
	text-decoration: none
}

a:visited {
	color: #D0D0FF;
	text-decoration: none
}

a:hover {
	color: #9090FF
}

a:active {
	color: grey;
	text-decoration: none
}

#header {
    float:left;
    width:100%;
	font-size:93%;
    line-height:normal;
    }
 #header ul {
    margin: 0px 0px 50px 0;
    padding:10px 10px 0;
    list-style:none;
    }
  #header li {
    float:left;
    background:url("tabl_back.png")
      no-repeat left top;
	background-color: #00025;
	margin:0;
    padding:0 0 0 9px;
    }
  #header a, #header strong, #header span {
    display:block;
    background:url("tab_back.png")
      no-repeat right top;
	background-color: #00025;
    padding:5px 15px 4px 6px;
    }
  #header #current {
    background-image:url("tabl.png");
    }
  #header #current a {
    background-image:url("tab.png");
    padding-bottom:5px;
    }
