<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(http://fonts.googleapis.com/css?family=Raleway:400,700);
#cssmenu {
  background: url('back.png');
  width: auto;
}
#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: block;
  zoom: 1;
}
#cssmenu ul:after {
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
#cssmenu.align-right ul li {
  float: right;
}
#cssmenu.align-center ul {
  text-align: center;
}
#cssmenu ul li a {
  color: #8f8f8f;
  text-decoration: none;
  display: block;
  padding: 10px 10px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 24px;
  position: relative;
  -webkit-transition: color .25s;
  -moz-transition: color .25s;
  -ms-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}
#cssmenu ul li a:hover {
  color: #ffffff;
}
#cssmenu ul li a:hover:before {
  width: 100%;
}
#cssmenu ul li a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #ffffff;
  -webkit-transition: width .25s;
  -moz-transition: width .25s;
  -ms-transition: width .25s;
  -o-transition: width .25s;
  transition: width .25s;
}
#cssmenu ul li.last &gt; a:after,
#cssmenu ul li:last-child &gt; a:after {
  display: none;
}
#cssmenu ul li.active a {
  color: #ffffff;
}
#cssmenu ul li.active a:before {
  width: 100%;
}
#cssmenu.align-right li.last &gt; a:after,
#cssmenu.align-right li:last-child &gt; a:after {
  display: block;
}
#cssmenu.align-right li:first-child a:after {
  display: none;
}
@media screen and (max-width: 800px) {
  #cssmenu ul li {
    float: none;
    display: block;
  }
  #cssmenu ul li a {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 0px;
  }
  #cssmenu ul li.last &gt; a,
  #cssmenu ul li:last-child &gt; a {
    border: 0;
  }
  #cssmenu ul li a:after {
    display: none;
  }
  #cssmenu ul li a:before {
    display: none;
  }
}

body {
	font-family: 'Raleway', sans-serif;
	color: white;
	font-size:large;
}


h1 {
	font-family: 'Raleway', sans-serif; /*sans-serif being the fallback font*/
	color: white;
	font-weight:normal;
	font-size:x-large;
}


p {
	font-family: 'Raleway', sans-serif; /*sans-serif being the fallback font*/
	color: white;
	font-size:large;
}

a {
	font-family: 'Raleway', sans-serif; /*sans-serif being the fallback font*/
	color: #B8B8B8;
	font-size:large;
}
</pre></body></html>