@font-face {
    font-family: 'FluxischElse';
    src:
        url('/about/fonts/FluxischElse-Regular.woff') format('woff'),
        url('/about/fonts/FluxischElse-Regular.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'FluxischElseBold';
    src:
        url('/about/fonts/FluxischElse-Bold.woff') format('woff'),
        url('/about/fonts/FluxischElse-Bold.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

body{
	margin:10% 25%;
	background:#234 url('/about/images/cat_big.png');
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	color:#FFF;
	font-size:23px;
	font-family:"FluxischElse",Arial,sans-serif;
}
p{
	line-height:1.3;
}
a{
	color:#CC9;
}
a:hover{
	text-decoration-style:wavy;
}
h1,h2,h3,h4,h5{
	font-family:"FluxischElseBold",Arial,sans-serif;
	font-weight:normal;
		color:#F08;
}

h1{
	font-size:1.7em;
	margin-top:2.5em;
	margin-bottom:1em;
}
h2{
	margin-top:1.5em;
	font-size:1.3em;
}

li{
	/*list-style: none;*/
	margin-top:0.5em;
}
/*
li::before{
	content:"\253C";
	padding-right:0.5em;
}*/
