/* 
Document   : style
Created on : 21-oct-2008, 11:41:57
Author     : smn
Description:
s1m0n.org style sheet
*/

root { 
  display: block;
}

body {
  text-align: center;
  font-family: arial;
  font-size: 9px;
}

#wrapper {
  margin: 0 auto;
  width: 500px;
  text-align: center;
}

#mainAccordion {
  text-align: center;
}

#mainAccordion a {
  cursor: pointer;
  background: black;
  color: white;
  padding: 5px 0px;
  display: block;
  font-size: 11px;
  font-weight: bold;
  width: 500px;
}

#mainAccordion input {
  font-size: 9px;
}

.link {
    display: inline !important;
    color: teal !important;
    background-color: white !important;
    padding: 0 !important;
}
