body { 
max-width: 900px; 
background: white;
font-family: arial; 
font-size: 14px; 
text-align: left
} 

li {
max-width: 550px; 
}

.quote {
color: darkslategrey;
font-size: 12px; 
font-style: italic;
}

#quote {
color: darkslategrey;
font-size: 12px; 
font-style: italic;
margin-right: 50px;
margin-left: 50px;
}


.file {
color: slategrey;
font-size: 12px; 
font-style: italic;
}

.command {
color: grey;
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;
}

textarea {
font-size: 12px; 
background: ghostwhite;
}


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;
}

#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;
}

table, th, td {
border: 1px solid black;
border-collapse: collapse;
padding: 10px;
} 

.table2 {
border:none;
border-collapse:collapse; 
}

.table2 th {
text-align:center;
border: none; 
}

.table2 td {
text-align:center;
border: none; 
}


.table3 {
border:none;
border-collapse:collapse; 
}

.table3 th {
text-align:center;
border: none; 
}

.table3 td {
text-align:center;
border: none; 
}

