/* "Online Architectures®" | OLGV.2014 */

@charset "UTF-8";

html, html a { -webkit-font-smoothing: antialiased;}
canvas { width: 100%; height: 100%;} 

body { font-family: "Inconsolata"; background-image:url('images/alpha.png');}

#logo {position: absolute; left: 50%; top: 50%; width: 300px; height: 20px; font-family: "Inconsolata"; font-size: 12px; font-weight: 700;}
.smaller {font-family: "Inconsolata"; font-size: 12px; font-weight: 400;}

a:link {text-decoration: none; color: #000;}
a:visited {text-decoration: none; color: #000;}
a:hover {font-style: none; color: #00ffaa;}
a:active {font-style: none; color: #00ffaa;} 