/* layout */
        #header {
                display: none;
        }
        #left_bar {
                display: none;
		}
		#right_bar {
                display: none;
		}
 		#footer {
                display: none;
		}
/*-------------------------------------------------*/
body            {   font-size: 90%;
                    margin:0; padding:0;
		        }
h1              {   font-size: 150%;
	                font-weight: bold;
                }
h2              {   font-size: 120%;
                    font-weight: bold;
                }
h3              {   font-size: 100%;
                    font-weight: bold;
                }
p               {   text-align: justify;
                }

.button         {   display: none;
                }