
@import url('/css2/mobile.css') screen and (max-device-width: 450px);
@import url('/css2/tablet_portrait.css') screen and (min-device-width: 451px) and (max-device-width: 1000px) and (orientation: portrait) ;
@import url('/css2/tablet_landscape.css') screen and (min-device-width: 451px) and (max-device-width: 1000px) and (orientation: landscape) ;
@import url('/css2/desktop.css') screen and (min-device-width: 1001px) and (orientation: landscape);




body {
	min-height: 100%;
	background: #000002 url('/graphics/big_bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 14pt;
}
h2 {
	font-family: 'Pragati Narrow', sans-serif;
	color: #f663ff;
	border-bottom: 2px dashed #dfd02b;
}
a {
	color: #dfd02b;
	text-decoration: none;
	border-bottom: 1px solid;
}
a:hover {
	color: #0282ef;
}
