@charset "utf-8";
/* CSS Document */

#constitution { 
  padding: 3px 5px 3px 5px; 
  font-family: Tahoma, Verdana, Arial; 
  font-size: 11px; 
  color: #000000; 
}

#constitution .menu { 
   text-align: center; 
}

#constitution a { 
   color: #4a87c4; 
   text-decoration: underline; 
}

#constitution a:visited { 
   color: #4a87c4; 
   text-decoration: underline; 
}

#constitution a:hover { 
    color: #333333; 
}

#constitution a:active { 
    color: #000000; 
}

#constitution .header { 
    font-size: 18px; 
	font-weight: bold; 
	text-align: center; 
	color: #333333; 
}

#constitution .preamble { 
    font-style: italic; 
}

#constitution .sectionhead { 
    font-size: 14px; 
	font-weight: bold; 
	border-bottom: 1px solid #000000; 
	width: 80%; 
}

#constitution .section { margin-left: 20px; }

#constitution .subsection { margin-left: 40px; }

#constitution .paragraph { margin-left: 60px; }

#constitution .subparagraph { margin-left: 80px; }