/** common **/

body {
    background:#fff !important;
    color: #000 !important;
	font-family: "Times New Roman", Times, serif !important;
	font-size: 12px !important;
    margin: 0;
    padding: 0;
}

/** Links **/ 

a {
    text-decoration: underline !important;
    color: #000 !important;
}

a:visited {
    text-decoration: underline !important;
    color: #000 !important;
}

img {
    border: none;
}

/** page styles **/

#page {
    background:#fff !important;
    left: 0% !important;
    margin: 0 0 0 0px !important;
    overflow: visible !important;
    position: static !important;
    width: 100% !important;
}

/** header **/

#header {
    display:none !important; 
}

/** header-print **/

#header-print {
   display: block !important;
   width: 100% !important;
   margin-bottom: 10px;
   border-bottom: 1px solid;
}

/** primary content **/

.primary-content { 
    display: inline;
    float: none !important;
    margin: 0 0 0 0px !important;
    width: 100% !important;
}

.primary-content p {
    margin: 10px 0 10px 0;
	font-family: "Times New Roman", Times, serif !important;
}

.primary-content h2 {
    color: #000 !important;
    font-size: 1.5em;
    margin: 2em 0 .2em 0;
}

.primary-content h3 {
    color: #000 !important;
    font-size: 1em;
    font-weight: normal;
    margin-bottom: 10px;
}

/** secondary content **/
   
.secondary-content {
    display:none !important; 
}

/** footer **/

#footer {
    background: #fff !important;
    color: #000 !important; 
    font-size: .8em;
    line-height: 1.5em;
    margin: auto;
    padding: 5px;
    width: 100% !important;
}

#footer a {
    color: #000 !important;
    text-align: center;
}

#footer a:hover {
    text-decoration: none;
}

/** footer menu **/
 
#footer-menu {
    display:none !important; 
}

/** SyntaxHighlighter **/

.dp-highlighter {
      overflow: visible !important;
}

.dp-highlighter table {
      border-top: 2px solid #eee !important;
}

.dp-highlighter .tools {
    display: none !important; 
}

.dp-highlighter .gutter {
   display: none !important;
}

