/* Main Content Styles */

body{
margin: 30px;
font-family: verdana; 
font-size: 16px;
}
h1{font-family: verdana; color: green; text-align: center; margin: 0}

/* Sub Headings */
h2{font-family: verdana}
h2.subitem{font-family: verdana; color: #CC9966}
h3{font-family: verdana}

p{font-family: verdana; font-size: 16px}
ul{font-family: verdana; font-size: 16px}
p.document_version{font-family: verdana; font-size: 16px; text-align: center}
p.author{font-family: verdana; font-size: 16px; text-align: center}
p.last_updated{font-family: verdana; font-size: 16px; text-align: center}

li{font-family: verdana; font-size: 16px}
td{font-family: verdana; font-size: 16px}

pre.code{
margin: 25px; 
border-style: solid; 
border-color: #999999; 
padding: 12px; 
font-family: courier; 
font-size: 12px;  
white-space: pre;
}

pre.debug{margin: 5px; border-style: solid; border-color: #CCCCCC; padding: 12px; font-family: courier; font-size: 12px; color: #006600; white-space: pre}

