@charset "utf-8";
/* CSS Document */


#controls  {  
              
              
              text-align:center;
              transition:.25s ease-out;
			  z-index:1;
			  display:-webkit-box;
			  }

#controls a
           {  font-size:24px;
              color:#aaa;
              display:block;
              font-weight:bold;
              padding: 4px 8px 0 8px;
			  line-height: 10px;
			  }

#controls a:hover
           {  color:#fff;
              transition:.25s ease-out;
			  height:17px;
			  }

#controls a.selected  {  
               color:#fff !important;}

#small     {  font-size:10px !important;}
#medium    {  font-size:14px !important;}
#large     {  font-size:18px  !important;}

.small     {  font-size:75%;}

h1         {  font-size:36px;
              font-weight:bold;}

h2         {  font-size:24px;
              margin: 10px 0;}
 
p          {  
              line-height:20px;
			  margin:0px;}