body {
   background: white;
   font-size: 12pt;
   text-align: left;
   }

#navbar {
   display: none;
   }

#secondary {
   display: none;
   }

#sidebar {
   display: none;
   }

#footer {
   display: none;
   }

#main, #content {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none;
   color: black;
   background: transparent none;
   }

h1				{
		font-size: 16pt;
       	font-weight: bold;
       	text-align: center;
				}
				
h3 				{
		font-size: 11pt;
        text-align:center;
		text-transform: uppercase;
        letter-spacing: 2px;
		}
		
h3 a,			{
		text-decoration: none;
		}

h3 a:link		{
		text-decoration: none;
		}
			
h1 a,			{
		text-decoration: none;
		}

h1 a:link		{
		text-decoration: none;
		}

.title 			{
		font-size: 16pt;
		font-weight:normal;
        text-align:center;
		}
		
.title a,			{
		text-decoration: none;
		}

.title a:link		{
		text-decoration: none;
		}

.text 			{
		font-size: 11pt;
    		text-align:left;
		font-weight:normal;
		}
		
#comment {
   display: none;
   }

#commentform {
   display: none;
   }