body {
  background-color: #505050;
  color: #000;
		padding: 0;
	cursor: default;
	
		margin:0;
}

#MiPage {
	background-color:#5B9DEA;
	margin: 0 auto;
	width:770px;
	text-align:left;
	position:relative;

	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

#MiHead {
        margin: 25;
	color:#FFFFFF;
}

#MiNav {
	background-color: #3477C7;
	border-top: 2px solid #99C4F7;
	height:24px;
	color:#FFFFFF;
	text-align:center;
}

#MiInner {
	padding:10px 10px;
	background-color: #E6E6E6;
	border-left:1px solid #D4D4D4;
	text-align:center;
}


#MiFoot {
	background-color: #3477C7;
	border-top: 2px solid #99C4F7;
	height:48px;
	color:#fff;
	text-align:center;

}
#MiFoot a:link {
  color: #99C4F7;
  text-decoration: none;
  font-family: Comic Sans MS, Arial, Georgia, "Times New Roman", serif;
  }
#MiFoot a:visited {
  color: #99C4F7;
  text-decoration: none;
    font-size: 10px;
  font-family: Comic Sans MS, Arial, Georgia, "Times New Roman", serif;
  }
#MiFoot a:hover {
  color: #ff0000;
  text-decoration: none;
  font-family: Comic Sans MS, Arial, Georgia, "Times New Roman", serif;
}

.buttonscontainer {width: 90px;}

.buttons a {color: #FFFFFF;
background-color: #3477C7;
padding: 2px;
padding-left: 3px;
border-top: 2px solid #99C4F7;
border-bottom: 2px solid #99C4F7;
border-right: 2px solid #99C4F7;
font: 13px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;}

.buttons a:hover {background-color: #FF8000;
color: #00FF00;
text-decoration: none;}

.MiInner2 {
color: aqua;
background-color: black;
	padding:10px 10px;

}

.MiInner2 a:link {
  color: #FF8CFF;
  text-decoration: none;
  font-family: Comic Sans MS, Arial, Georgia, "Times New Roman", serif;
  }
.MiInner2 a:visited {
  color: #E900E9;
  text-decoration: none;
  font-family: Comic Sans MS, Arial, Georgia, "Times New Roman", serif;
  }
