body  {	
	background-color:#002c00;
	font-size : 16px;
	font-family : Georgia, Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	text-decoration:none;
	color : black;
}

#box {

	background-color:#FFFFE0;
		margin: auto;

	width:340px;
	height:360px;
  padding:0 10px; 
}

.nickname {
	width:10px;
	height:10px;
  visibility: hidden;
}

p {
}


h1  {
	font-size : 20pt;
	font-family : arial;
	font-weight : bold;
	font-style : normal;
	color : #303030;

}

h2  {
	font-size : 18pt;
	font-family : Times New Roman;
	font-weight : bold;
	font-style : normal;
	color : #303030;

}

h5  {
	font-size : 10pt;
	font-family : Times New Roman;
	font-weight : bold;
	font-style : normal;
	color : #303030;

}
h6  {
	font-size : 10pt;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : #303030;

}

a:link, A:visited, A:active   {
  text-decoration:none;
  font-size : 10pt;
  font-family: Arial, Verdana, sans-serif ;
	font-weight : bold;
	font-style : normal;
	color : navy;
}

a:hover  {
	font-size : 10pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : bold;
	font-style : normal;
  color : blue;
}
