body { 
max-width: 700px; 
background: white;
font-family: arial; 
font-size: 14px; 
text-align: left
} 

#blue {
color:white;
font-size: 14px; 
background: blue;
}

#ghostwhite {
color:black;
font-size: 14px; 
background: ghostwhite;
}

#black {
color:white;
font-size: 12px; 
background: black;
}

#purple {
color:white;
font-size: 12px; 
background: darkviolet;
}

li {
max-width: 550px; 
}

#quote {
max-width: 540px;
padding-left: 30px;
align: justify
}

.file {
color: DarkSlateGrey;
font-size: 12px; 
font-style: italic;
}

.list {
color:black;
font-size: 12px; 
font-style: italic;
font-weight: bold;
}

.breakhalfem {
margin-top: 0.5em;
}

.break1em {
margin-top: 1em;
}

.break3em {
margin-top: 3em;
}

.breaktop {
margin-top: 5em;
}

.breakbottom {
margin-bottom: 50em;
}

.cmd {
color: white;
background-color: black;
font-size: 14px; 
font-weight: bold;
}

.cmdoutput {
color: white;
background-color: blue;
font-size: 16px; 
font-weight: bold;
}


a.internal {
text-decoration:none;
font-size: 12px; 
font-style: italic;
color:blue;
}

a.external {
text-decoration:none;
font-size: 12px; 
font-style: italic;
color:mediumblue;
}

table, th, td {
     border: 1px solid black;
   border-collapse: collapse;
    padding: 5px;
} 

