/* @import must be at top of file, otherwise CSS will not work
@import url("//hello.myfonts.net/count/2b85b4");
@font-face {font-family: 'KanaSans-Regular';src: url('../font/webfonts/2B85B4_0_0.eot');src: url('../font/webfonts/2B85B4_0_0.eot?#iefix') format('embedded-opentype'),url('../font/webfonts/2B85B4_0_0.woff') format('woff'),url('../font/webfonts/2B85B4_0_0.ttf') format('truetype');}
*/

/*Cool Colors
 color: #198cb3;
 color: #338099;
 color: #e542f4;
 color: #4d7380
*/

.KanaSans-Regular {
    font-family: KanaSans-Regular;
    font-weight: normal;
    font-style: normal;}

p {
    text-align: center;
    font-size: 8px;
    color: #0099cc;}

h1 {
    font-size: 32px;
    text-align: center;
    letter-spacing: .12em;
    color: #0099cc;
    }

h2 {
      border-bottom: 1px solid #0088dd;
    }

h3 {
   font-size: 16px;
   text-align: center;
   letter-spacing: .12em;
   color: #0099cc;
}

.contain{
    width: 69%;
    margin: 2em auto;}

a,
a:link,
a:active,
a:visited{
    text-decoration: none;
    color: #0099cc;}

a:hover {
    text-decoration: underline;
    color: #FF99CC;}
