@font-face { font-family: GoodVibesPro; src: url(GoodVibesPro.woff) format('woff');}
@font-face { font-family: Bookman; src: url(bookman.woff) format('woff');}
@font-face { font-family: Robotolight; src: url(Robotolight.woff) format('woff');}

h1,h2{font-family: GoodVibesPro;}
div:active, div:focus, input:active, input:focus, button:active, 
button:focus,select:focus,select:active,option:focus,option:active{outline: none;}

::selection 	{ background-color: #555555; color: #ffbf00; }


img,button:focus,button:active,input:focus,input:active,select:focus,select:active,option:focus,option:active,
div:active,div:focus,a:active,a:focus,select:disabled{       
        -webkit-tap-highlight-color:rgba(0,0,0,0);
         -webkit-tap-highlight-color: transparent;              
    }
	
	body { 
margin:0;
background-color:#ffffff;
font-size:1.6em;
}
body {color: #444444;}
a {color: #666666;}
a:hover{color: #ffbf00;}
a.selected{color: #ffbf00;}
a.selected:hover{color: #ffe699;}
a{text-decoration:none;}

h1,h2{text-align:center;font-weight:normal;}

#menu{width:100%;text-align:center;}
#menu a {
    font-family: Robotolight;
	padding:0.6em 0.5em;
	margin: 0 0.5em;
	border: none;
	border-bottom: 2px solid;
	border-top: 2px solid;
	border-radius: 50%;
	}