/*Common Style*/

body, html
{
	background: buttonface;
	color: ButtonText;

}

BODY
{
	font-family: sans-serif;
}

TABLE, .Layer
{
	font-size:10pt;
}

h1{font-size:150%; font-weight:Bold}
h2{font-size:150%; font-weight:normal}
h3{font-size:125%; font-weight:Bold}
h4{font-size:125%; font-weight:normal}
h5{font-size:150%; font-style: italic}
h6{font-size:150%; font-style: italic}

TD {padding:5px;}
TH {  font-weight: bold; }

CAPTION {  font-weight: bold}
DL { margin-left: 15px; margin-right: 15px}
DD IMG {text-align: center}
DD.Desc {font-size: 8pt; text-align: center }

P {margin-left: 5px}

.mono {font-family: courier}

PRE {margin-left: 5px}

.Card {box-shadow: 1px 1px 25px #000;}

.NoBorder *
{
	border:none;
}

.Underline {text-decoration: underline}

.NoBullets {list-style: none; display: inline}

.NintendoLogo, .NintendoLogo h1
{
	font-weight: bolder;
	font-size:110%;
	font-family:"Arial Black";
	/*text-shadow: -1px 0 1px white, 0 1px 1px white, 1px 0 1px white, 0 -1px 1px white;*/
	text-align:left;
	display:Block;
	margin:10px 0;
	text-decoration:none;
}
.NintendoLogo h1
{
	margin:0;
	padding:0 10px;
}

.NintendoLogo span /*Logo*/
{
	font-size:150%;
}

.FuncRef
{
	font-weight:bold;
}

.Layer{display:block; padding:20px; margin:20px}

.ExSmall{font-size: 65%;}
.Small{font-size: 80%;}
.Large{font-size: 120%;}
.ExLarge{font-size: 150%;}

.LinkButtonBox .Button:hover, .LinkButtonBox img:hover
{
	z-index:100;
	position:relative;
}