#uniquer { font-family: "Arial","Helvetica",sans-serif; 
    border: 1px solid #DDDDDD;
    clear: both;
    margin: 0 auto;
    padding: 10px;
    width: 100%;
    }
#uniquer h1 {
    font-family: serif;
    font-size: xx-large;
    color: black;
    padding: 15px;
}

#uniquer h2 { color: black; }
#uniquer h3 {color: #025580; font-size: 24px; margin-bottom: 25px;}
#uniquer h4 {
    font-weight: bold; 
    color: black;
    font-family: "Liberation Serif",serif;
    font-size: 20pt;
    text-align: center;
}

#uniquer { color: black; }
#uniquer a, #uniquer a:visited, #uniquer a:hover, #uniquer a:active {
	color: #517781;
	text-decoration: none;
}
#uniquer a:hover {
	color: #558890;
}


.separatorr {
    background-color: #000000;
    color: #000000;
    height: 3px;
}

i { color: black; }

.numeric_list li { list-style-type: decimal; }

.alpha_list { margin-top: 20px; 
    margin-bottom: 20px; 
    list-style-type: none;
  }

 .alpha_list
 {
    counter-reset: section;
 }
.alpha_list > li {
    counter-increment:section;
    list-style-type: none;

}

.alpha_list > li:before {
    margin-left: -20px;
    content:" (" counter(section, lower-alpha) ") ";
    
}
 
 .roman_lower_list
 {
    counter-reset: section;
    margin-top: 20px; margin-bottom: 20px;
 }
.roman_lower_list > li {
    counter-increment:section;
    list-style-type: none;

}

.roman_lower_list > li:before {
    margin-left: -20px;
    content:" (" counter(section, lower-roman) ") ";
    
}

.roman_upper_list li { list-style-type: upper-roman; }
.roman_upper_list {  margin-top: 20px; margin-bottom: 20px; }

.latin_upper_list
 {
    counter-reset: section;
    margin-top: 20px; margin-bottom: 20px;
 }
.latin_upper_list > li {
    counter-increment:section;
    list-style-type: none;

}

.latin_upper_list > li:before {
    margin-left: -20px;
    content:" (" counter(section, upper-latin) ") ";
    
}


.latin_lower_list li { list-style-type: upper-lower; }
.latin_lower_list { margin-top: 20px; margin-bottom: 20px; }

.unordered_list { margin-left: -25px;margin-top: 20px; margin-bottom: 20px;}
.unordered_list li { list-style-position: outside; list-style-type: none; }

#toggleText { display: none; }
.c1 { text-align: center; }

h4 {
    font-family: "Liberation Serif",serif;
    font-size: 20pt;
    text-align: center;
}
