﻿html {
	font-size:100.01%;
}
body {
	color: #f7fcfa;
    font-family: 'OpenSansRegular', sans-serif;
	font-size: 1.55em;
	line-height: 1.425em;
    background-color: #201f1f;
    font-weight: normal;
}
a {
  color: #28b7ff; 
  text-decoration: none; 
  border-bottom: 1px solid #eefbec; 
  font-family: 'OpenSansRegular', sans-serif; 
  padding-bottom: 2px;
  }
a:link {
  color: #28b7ff; 
  text-decoration: none; 
  border-bottom: 1px solid #eefbec; 
  font-family: 'OpenSansRegular', sans-serif;
  }
a:visted {color: #28b7ff;}
a:hover {color: #67ccff;}
a:active {color: #67ccff;}
a:focus {color: #fff;}
