/* Indent text on first line of paragraph denoted with <p> */

div.a {
  text-indent: 50px;
}

/* Put text in a box */
.boxed {
  border: 1px blue ;
}


  #list  p {
    font: arial;
    font-size: 14px;
    background-color: yellow ;
}

/* Opens blue text box at left margin and centers inserted text */
 
.left {
margin: left;
width: 15%;
background-color: lightblue;
padding: 1px;
border: 1px solid black;
text-align:center;
}  

.nav{
    border:1px solid #ccc;
    border-width:1px 0;
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
}
.nav li{
    display:inline;
}
.nav a{
    display:inline-block;
    padding:10px;
}
  .center {
  margin: auto;
  width: 50%;
  background-color: lightblue;
  padding: 1px;
  border: 1px solid black;
  text-align:center;
}

h1 {
   color: black;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 2em;  
  
}

/*
h4 {
  text-align: center;
  }
  */

p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1em;
  }
  
 .offset {
  margin: 2em;
  text-align: justify;
  text-size: 2em; 
}


p.important {
  font-size: 1.5em;
  font-weight: 900;
}

p.pretty {
  text-align: justify;
}

p.tabbed {
  text-indent: 1.5em;
}

.blockquote {
  color: grey;
}

p.important {
  font-size: 1.5em;
  font-weight: 900;
}
  

.enclosed {
  border: 4px solid pink;
  padding: .5em;
}

.mid {
  text-align: center;
 }
 
 .right {
 test-align: right
  }
 
 
  
p.no-wrap {
  .clear: both }
  
  .center {
test-align: center 
}

ul.a {
  list-style-type: circle;
}

ul.b {
  list-style-type: square;
}