body { 
max-width: 700px; 
background: white;
font-family: arial; 
font-size: 14px; 
text-align: left
} 


.file {
color: slategrey;
font-size: 12px; 
font-style: italic;
}


table, th, td {
     border: 1px solid black;
   border-collapse: collapse;
    padding: 15px;
} 

li {
max-width: 550px; 
}

#quote {
max-width: 540px;
padding-left: 30px;
align: justify
}


.list {
color:black;
font-size: 12px; 
font-style: italic;
font-weight: bold;
}

.break3em {
margin-top: 3em;
}

.break1em {
margin-top: 1em;
}

.breaktop {
margin-top: 6em;
}

.breakbottom {
margin-bottom: 50em;
}

textarea {
font-size: 14px; 
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;
}

