body {
	background:floralwhite;
}
#mainnav {
 background: transparent;
}
input, select, option, textarea {
 background: transparent;
 border:solid silver 1px;
}
h2 {
 background: linen;
 border-bottom: 1px solid #ff9900;
}

body, th, td { font: small 'Comic Sans MS' }
h1, h2, h3, h4 { font-family: 'Comic Sans MS'; }
h1 { font-size: medium }
h2 { font-size: small }
h3 { font-size: x-small }
#search { font-size: small; }
#search input { font-size: small }
.nav ul { font-size: x-small; }
#mainnav { font-size: xx-small; }
#altlinks h3 { font-size: small; }
#altlinks li { font-size: x-small; }
#footer { font-size: x-small; }
#prefs { font-size: x-small; }
#prefs fieldset legend { font-size: x-small; }
table.listing th { font-size: small; }
table.listing thead th { font-size: small; }
pre{
	font-size:small;
	font-family:'ＭＳ ゴシック';
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -pre-wrap; 	/* Opera 4-6 */
	white-space: -o-pre-wrap;	/* Opera 7 */
	white-space: pre-wrap;		/* CSS3 */
	word-wrap: break-word;		/* IE 5.5+ */
	line-break: strict; 	 /* IE 5.5+ */
	word-break: break-all;		/* IE 5.5+ */
	/*width:100%;*/
}
.wikipage pre h1, .wikipage pre h2, .wikipage pre h3{margin-left:0px}
/*.wikipage pre{width:600px;}*/
pre.wiki, pre.literal-block {
 background: #f7f7f7;
 border: 1px solid #d7d7d7;
 margin: 1em 1.75em;
 padding: .25em;
 overflow: visible;
}

tt{ font-size:small }

#header img { margin: 0px }

.wiki p, blockquote, dl { margin-bottom:3px; margin-top:3px }
.milestone p, blockquote, dl { margin-bottom:3px; margin-top:3px }
/*:hover {BACKGROUND-COLOR: transparent;}*/
/*
:link:hover, :visited:hover {
 background-color: transparent;
}
input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
 background: transparent;
}
#header :link:hover, #header :visited:hover {
 background: transparent;
}
#mainnav :link:hover, #mainnav :visited:hover {
 background-color: transparent;
}
#ctxtnav li li :link:hover, #ctxtnav li li :visited:hover {
 background-color: transparent;
}
#footer #tracpowered:hover { background: transparent }
table.listing thead th :link:hover, table.listing thead th :visited:hover {
 background-color: transparent;
}
table.listing tbody td a:hover, table.listing tbody th a:hover {
 background-color: transparent;
}
*/

@media screen {
 a.ext-link .icon {
  background: none;
  padding-left: 0px;
 }
}

#header h1 {
	font-size:20pt
}
#header a {
	color:black
}
