<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, 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 {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* 
 * These selection declarations have to be separate
 */
::-moz-selection { background: #59a9ff; color: #fff; text-shadow: none; }
::selection { background: #59a9ff; color: #fff; text-shadow: none; }

 a:active { outline: 0; }

/*===================
	Links
===================*/
a {
	display:inline-block;
	color: #555;
	text-decoration: none;
}

a:hover {
	color: #EE7105;
}

a:active {
	color: #333333;
}


/*===================
	Random
===================*/
p{
	overflow-wrap: break-word;
	}
p sup {
position: relative;
font-size: 60%;
bottom: 7px;
}

p sub {
position: relative;
font-size: 60%;
top: 2px;
}

b, strong {
font-weight: bold;
}

i {

}

code, pre {
font-family: monospace;
}

q {
color: #919191;
font-family: georgia;
}

q::before {
 content: "\201C";
 font-size: 28px;
 line-height: 28px;
}

q::after {
 content: "\201D";
 font-size: 28px;
 line-height: 28px;
}

/*===================
	Images
===================*/
img.flashy {
padding: 5px;
    border: solid 1px #DADADA;
-moz-border-radius: 5px;
border-radius: 5px;

-webkit-transition: 400ms;
    -moz-transition: 400ms;
    transition: 400ms;
margin-bottom: 15px;
}

img.flashy:hover {
border: solid 1px #ABABAB;
}

img.centered {
display: block;
margin: 0 auto;
}

img.rightalign {
float: right;
}

img.leftalign {
float: left;
}



/*public*/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#4A4D42;
	line-height: 1.6;
	font-size: 14px;
	background:#FFF;
	}	
.pageWarp{
	width: 980px;
	margin: 0 auto;
	position:relative;
}
/* Floats */
.clear {
	clear: both;
	width:0;height:0;
	visibility:hidden;
	display:block;
}
.floatLeft {
float: left;
}
.floatRight {
float: right;
}</pre></body></html>