/*     DIV COLOR AND SIZING                     */ 
/*     work with ID attributes in HTML          */


/*The HTML <BODY>...</BODY>*/

body, #bodytext {
	font-size: small;
    font-family: Arial, Helvetica, sans-serif;
}

/* Global parameters */

p {
	font-family: Arial, Helvetica, sans-serif; 
	margin: 10px 10px;
}
a {
        background: transparent;
        text-decoration: none;  
        border: 0px;
}

a:link {  
	color: #8C3992;
	background-color: transparent;
}

/* a:active {
	color: #FF0000;
} */

/* a:visited {
	color: #B85BBF;
} */

a:hover {
	color: black; 
	background-color: transparent;
}

/* Special List Control */

#navigation ul li {
	list-style-type: none;
        border-bottom: 2px solid #777777;
}	

#bodytext ul li {
	list-style-type: disc;
	border-bottom: 0px;
}



/* Box Area Control */

#pagetitle, p.fakepagehead {
	font-weight: bold;
	font-size: medium;
	border-bottom: 2px solid #777777;
}


#navigation {
	color: black;
	background: #EFE7E7;
}



