body {
    background: #fff !important;
    color: #000;
	font-family: "Lucida Grande","Verdana","Helvetica",sans-serif;
    font-size: 10pt;    
}

#wrapper {
}

#header #contact,
#footer,
#side {
    display: none;
}
a {
    color: #000;
    text-decoration: none;
}
* {
    text-shadow: none;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Georgia","Times New Roman","Times",serif;
}

h2 {
    text-align: center;
    border-bottom: 3px double #000;
    margin: 2em 0;
}
h3, h4 {
    border-bottom: 1px dotted #000;
}

h1 {
    border-bottom: 2px solid #000;
    height: 0.95em;
}
