body { color:black}
a:link { text-decoration: none; color:navy}
a:visited { text-decoration: none; color:navy}
a:hover { text-decoration: none; color: #ff9900}

.title {
	font-size: 16px;
	font-weight: bolder;
	color: #660066;
        }
.title2 {
	font-size: 14px;
	font-weight: bolder;
	color: #8000000;
        }
.text {
	font-size: 12px;
	line-height:150% 
	}
.text2 {
	font-size: 12px;
	margin: 5px;
	padding: 5px;
	height: 20px;
	width: 120px;
	color: #333333;
	background-color: #E1F0C4;
	text-decoration:none;
	border-top: 1px solid #99CC00;
	border-right: 1px none;
	border-bottom: 1px solid #99CC00;
	border-left: 1px none;
	line-height: 110%;
	background-position: 10px top;
	position: static;
	}
.text3 { font-size: 12px; line-height:120%}
.notes { font-size: 10px; line-height:100%}
.french {  font-family: "Courier New", "Courier", "mono"; font-size: 14px; font-style: italic}

.bottom {
	border-bottom-style:dotted;
	border-color:orchid;
	color:gray;
	font-family:impact;
	font-size:12px;
	}	
.bottom2 {
	border-bottom-style:dotted;
	border-color:orchid;
	color:gray;
	font-family:impact;
	font-size:12px;
	font-weight:bolder;
	}	

.top {
	border-top-style:dotted;
	border-color:orchid;
	color:gray;
	font-family:impact;
	font-size:12px;
	}	
