@font-face {
    font-family: 'karatemedium';
    src: url('fonts/karate-webfont.eot');
    src: url('fonts/karate-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/karate-webfont.woff2') format('woff2'),
         url('fonts/karate-webfont.woff') format('woff'),
         url('fonts/karate-webfont.ttf') format('truetype'),
         url('fonts/karate-webfont.svg#karatemedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'kudasairegular';
    src: url('fonts/kudasai_-webfont.eot');
    src: url('fonts/kudasai_-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/kudasai_-webfont.woff2') format('woff2'),
         url('fonts/kudasai_-webfont.woff') format('woff'),
         url('fonts/kudasai_-webfont.ttf') format('truetype'),
         url('fonts/kudasai_-webfont.svg#kudasairegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

#header {
	align: center;
}

a:link,a:visited {
	color: #63c21f;
	text-decoration: none !important;
}
a:hover,a:active {
	color: #3f870c;
	text-decoration: none !important;
}

#divRegistrationOpen {
	font-size: 25px; 
	color: green; 
	text-align: center; 
	font-family: Times New Roman,Times,serif; 
	font-weight: bold;
	padding: 25px;
}