
/* general */			
html {  background-color: black; color: black; font-family: "century gothic", century gothic, helvetica, arial, sans-serif; }
body { background-color: whitesmoke; color: #4d4d4d; width: 100%; max-width: 900px; margin: auto; text-align: center; }
img { max-width: 100%; height: auto; }
a, a:active, a:focus{ outline: none; }
h3.invisible { display: none; }

            
