/* Here is the coding for the default links:*/

A:link {

COLOR: #666666;

font-weight:700;

text-decoration: none;}



A:visited {

font-weight:700;

COLOR: #668466;}



A:active {

COLOR: #3c517b;}

font-weight:700;



A:hover {

font-weight:700;

COLOR: #666666;

}



/*Here is the coding that does it*/ 

#section2 A:link{

COLOR: blue; 

TEXT-DECORATION: underline;

}

#section2 A:hover {

COLOR: blue; 

TEXT-DECORATION: underline;

font-weight:700;

background-color:lightgray;

}

#section2 A:visited {

COLOR: teal; 

TEXT-DECORATION: none;

}

#section2 A:active {

COLOR: yellow; 

TEXT-DECORATION: underline;

}









.warthog{ /* for the top header */

	margin-top:15px;

	margin-bottom:25px;

}

.muskrat{ /* main body text */

	margin-top:0px;

	line-height:15px;

	margin-bottom:10px;

	margin-left:25px;

	margin-right:50px;

}



form, table, input {

	font-family: Arial, Helvetica;

	font-size: 10pt;

	margin-bottom:0px;

	margin-top:0px;

}

body, td {

	font-family:Arial, Helvetica;

	font-size:10pt;

}

p {

	margin-top:0px; 

	margin-bottom:11px;

}

.possum {

  	margin-top:5px;

	margin-bottom:5px;

	font-size: 11px; 

	margin-left:10px;

}

