<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*    Generated by http://www.cssportal.com    */

@import url("reset.css");

@font-face {
  font-family: 'Roboto-Light';
  src: url('Roboto-Light.eot?#iefix') format('embedded-opentype'),  url('Roboto-Light.woff') format('woff'), url('Roboto-Light.ttf')  format('truetype'), url('Roboto-Light.svg#Roboto-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
    font-family: 'Roboto-Light';
    font-size: 1em;
    color:#fff;
	background: #003366;
	line-height: 1.4em;
}

p {
    padding: 10px 0 10px 0;
}

h1 {font-size: 1.2em; color: #f3f139; padding: 0 0 10px 0;}
h2{font-size: 1em; color: #f3f139; padding: 0;}
.italic {font-style: italic;}
ul {margin: 0 0 0 20px; line-height: 1.5em;}
p a {color: #f3f139; text-decoration: none; border-bottom: 1px dotted #f3f139;}

#wrapper {
    width: 100%;
    min-width: 300px;
    max-width: 700px;
    margin: 0 auto;
}

#header {
    float: left;
    height: 80px;
    width: 100%;
}

#navigation {
    float: left;
    width: 100%;
}

#contentliquid {
    float: left;
    width: 100%;
}

#content {
    margin-left: 220px;
	padding: 10px;
}

#leftcolumn {
    float: left;
    width: 220px;
    margin-left: -100%;
}

#footer {
    float: left;
    height: 80px;
    min-width: 100%;
	font-size: 0.8em;
	padding: 10px;
	text-align: right;
	border-top: 1px dotted #fff;
	clear: both;
}

@media screen and (max-width: 768px) {
#leftcolumn { display: none;}
#content { margin-left: 10px; padding: 10px;}
#footer { display: none;}
img {width: 100%;}
}
</pre></body></html>