<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* **************************************************************************************************** */
/* HTML 5
/* **************************************************************************************************** */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, tt, var,
center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
}
ul {
list-style: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

/* **************************************************************************************************** */
/* INITIALISATION */
/* **************************************************************************************************** */

a { color:#D3DD60; text-decoration:none }
a:visited {}
a:hover { text-decoration:underline; }
blockquote { font-style: italic;font-family: Georgia, Times, "Times New Roman", serif;padding: 2px 0;border-style: solid;border-color: #ccc;border-width: 0;border-left-width: 5px;padding-left: 20px; }

b , strong { font-weight:bold; }
i , em { font-style:italic; }
p { text-align:justify; }
u { text-decoration:underline; }
ol {list-style-position: inside}

/* **************************************************************************************************** */
/* ANIMATIONS */
/* **************************************************************************************************** */

.anim , .anim:hover , .anim.active {
	transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
}
</pre></body></html>