

.caption  {
                 font-size      : 80%;
                 font-variant : small-caps;
                 margin-top  : 0;
              }

h1, h2, h3 {
                    font-family : arial, sans-serif;
                    text-transform : capitalize;
                 }

.author {
                 font-family : arial, sans-serif;
            }

#crem #fig1 {
                        float : left;
                        width : 50%;
                        margin-right : 2em;
                     }


.copyright       {
                         
                           color                    : red;
                           background-color : rgb(191,191,191);
                           font-weight          : bold;
                           text-transform      : uppercase;
                           font-family           : Arial, sans-serif;
                           padding                : 0.5em;
                        }
.copyright p  {
                        font-size : 70%; 
                        border   : 1px solid red;
                     }


.inner A:link    {  
                                text-decoration    : none; 
                                color                    : black;
                              }
.inner A:visited           {  
                                text-decoration    : none;
                                color                    :   black;
                              }
.inner  A:hover              {   
                                color                    : black;
                                text-decoration    : none;
                              }


.copyright A:link    {  
                                text-decoration    : none; 
                                color                    : black;
                              }
.copyright A:visited           {  
                                text-decoration    : none;
                                color                    :  black;
                              }
.copyright  A:hover              {   
                                color                    : black;
                                text-decoration    : none;
                              }
.theheading { display : none; }

BODY { background : white; }

.contents_list {
	display : none;
}

.contents_list_header {
	display : none;
}

.back_to_top {
	display : none;
}