p  {
	color: white;font-size: 150%;
	text-align:center;
}

.title{
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	color: #FF0000;
	font-weight: bold;
	font-size: 120%
}
.style1 {
	font-family: "‚l‚r ƒSƒVƒbƒN";
	font-weight: normal;
	line-height : 1.5em;
}
.style3 {font-size: x-small}
.style4 {font-size: xx-small}
.style5 {font-size: 10px}
.style6 {color: #CC0000}
.style7 {color: #CC0000}
.style8 {font-size: 12px}

td {
    background-color: #604555;
    border: 1px solid #606055;
    color: #fff !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
td:hover {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff !important;
}

a:link {
	color: #ffffaa;
}
a:visited {
	color: #22ff00;
}
a:hover {
	color: #f5deb3;
	position:relative; top:1; left:1
}
a:active {
	color: #ff0000;
}
