<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Main tag styles for dragonia.info */
/* (c) Olga Bobrova aka oley         */

@font-face {  
	font-family: Museo-500;  
	src: url('../fonts/Museo_500.eot'); /* IE */  
	src: local("Museo_500"), url('../fonts/Museo_500.ttf') format("truetype"); /* non-IE */  
} 
@font-face {
        font-family: Museo-700;
        src: url('../fonts/Museo_700.eot'); /* IE */
        src: local("Museo_700"), url('../fonts/Museo_700.ttf') format("truetype"
); /* non-IE */
}

@font-face {
        font-family: MuseoSans-500;
        src: url('../fonts/MuseoSans_500.eot'); /* IE */
        src: local("MuseoSans_500"), url('../fonts/Museo_500.ttf') format("truetype"
); /* non-IE */
}
	
body {
	background: #fefbf0;
	color: #454552;

	font-size: 16px; 
	font-family: "Calibri", "Lucida Grande", "Lucida Sans Unicode", sans-serif; 
	line-height: 1.6;

	margin: 0;
	padding: 0;
	
	text-align: center;
}

p {
	margin: 0;
	padding: 0.6em 0;
	}

a {
	color: #65849a;
	}
	
h1 {
	font-size: 42px;
}

h1, h2, h3 {
	color: #67677a;
	font-family: "Museo-700", "Calibri", "Lucida Grande", "Lucida Sans Unicode", sans-serif; line-height: 1.2;
	}

h2&gt;a,
h3&gt;a { color: inherit; }

a img {
	border: none;
	}

ul {
	line-height: 1.6;
	margin: 0 0 1.2em 0;
	padding: 0 0 0 0.6em;
}
</pre></body></html>