a:Link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #8A008A;
  }
 
 
A:Visited {
color: #E700E8; 
text-decoration: underline;
}

A:Hover {
 border-top-color: #8A008A;
 background-color: #FFC8FF;
 border-top-style: solid;
 border-top-width: 1px;
}

/*--  Attributes of the rotating snippets  --*/
#snippets {
width:210px;
background:#ffffff;
font-family:Arial;
font-size:10px;
font-weight:normal;
color:black;
border:1px dashed #8A008A;
text-align:left;
text-decoration:normal;
padding-top:5px;
padding-left:9px;
padding-right:9px;
padding-bottom:0px;
margin-bottom:5px;
}

/*--  How the menu and related articles links look in the index, main page, and article templates  --*/
#snippets a {
font-family:Arial;
font-size:12px;
color:#8A008A;
font-weight:normal;
text-decoration:underline;
}

/*--  How the menu and related articles links look in the index and article templates when hovered over with the mouse  --*/
#snippets a:Hover {
font-family:Arial;
font-size:13px;
color:black;
font-weight:normal;
cursor:pointer;
text-decoration:underline;
font-weight:bold;
}



body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8A008A;
	font-size: 12px;

}

.ftr3 {
    color: #8A008A;
	font-size: 9px;
	}
	
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8A008A;
	font-size: 12px;

}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #00008B;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #00008B;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00008B;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8A008A;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #000000;

}

.alink {
 color: Black; 
 cursor : pointer; cursor: hand;
 text-decoration: underline;
}


.afflink {
 color: Black; 
 cursor : pointer; cursor: hand;
 text-decoration: none;
 font-weight: bold;
}

