/* CSS Document */

	#container {
	width:70%;
	height:auto;
	border:thin solid #666666;
	margin-left: auto;
	margin-right: auto;
	}
	
#header{width:auto;
margin-right:auto;
margin-left:auto;
text-align:center;
}
#contents{width:95%;
margin-right:auto;
margin-left:auto;
text-align:center;
}
#contents2{width:95%;
background-color:#666666;
color:#FFFFFF;
margin-right:auto;
margin-left:auto;
margin-bottom:5px;
padding:3px;
}

a:visited {
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
}
a:hover {
	color: #FFFF00;
}
a:active {
	color: #FF0000;
}
.profile {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
	width: 180px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
}
.box1 {
	font-weight: bold;
	background-color: #CCCCCC;
	height: auto;
	width: auto;
}
.blue {
	color: #0000CC;
}

