 
BODY {
	text-align: center;
	line-height: 200%;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-weight: bold;
}
#container {
	width: auto;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-weight: bold;
}
STRONG{
  color : yellow;
  font-family : "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}
A:link{
  color : #FF0000;
  text-decoration : none;
  
}
A:visited{
  color : #FF0000;
  text-decoration : none;
}
H1{
	color : yellow;
	font-size: x-large;
	font-weight: bolder;
}
A:hover{
  color : white;
  background-color : red;
}
#toplink A:link {
	color:#fff;
	text-decoration: none;
}

#toplink A:visited,A:active {
	color:#fff;
	text-decoration: none;
}

#toplink A:hover {
	text-decoration:underline;
	color: #FFFFFF;
	background-color: #33FF66;
}

