/* File lpic1.css */

/* 
  Styles for the website www.linux-praxis.de 
  This are the styles for all pages of the lpic1 study-guide.
*/

p,h1,h2,h3,h4,h5,h6,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
{ 
  font-family:times;
}

body
{
  font-size:12pt;
  margin-left:50px;
  margin-right:30px;
}



h1 { font-size:24pt;}
h2 { font-size:18pt;}
h3 { font-size:18pt;}
h4 { font-size:14pt;}

p	 {font-size:12pt; color:#000000;}
tt,pre	 {font-size:10pt; color:#000000;}
li	 {font-size:12pt;
          list-style-type:disc}

p.title { text-align:right;}
p.fuss  {
          font-size:10pt;
          margin-left:1cm;
          margin-right:1cm;
          text-align:center;          
        }
p.header { font-size:12pt; color:#005500;}
p.normal { font-size:12pt; color:#000000;
           margin-left:1cm;
         }
p.normal2 { font-size:12pt; color:#000000;
           margin-left:1cm;
         }
p.menu	 { line-height:35px;}

pre.file  {
             background-color:#cfcfcf;
             padding:5px;
          }
pre.shell {
             background-color:#fcfcfc;
             padding:5px;
          }