.fontset7 {
font-family: helvetica, arial, geneva,tahoma,verdana,'times new roman',sans-serif; 
font-size: .95em;
line-height: 125%;
}

h1 {
font-family :arial,helvetica,geneva,tahoma,verdana,'times new roman',sans-serif; 
font-size: 1.1em;
}

h2 {
font-family :arial,helvetica,geneva,tahoma,verdana,'times new roman',sans-serif; 
font-size: 1.2em;
}

h3 {
font-family :arial,helvetica,geneva,tahoma,verdana,'times new roman',sans-serif; 
font-size: 1.3em;
}

#wrapper {
	text-align: left;
	width: 760px;
	margin: 0 auto;
	background: #FFF;
	border: #5E2020 6px solid;
}

/* ////////////////////////// */
#link1 {
font-family :arial,helvetica,geneva,tahoma,verdana,'times new roman',sans-serif; 
font-size: 100%;
padding: 0px;
margin: 0px; 
/* width: 160px; */
}

#link1 h1 {
display: block; 
background-color:#ff9900;
font-size: 90%; 
padding: 3px 0 5px 3px;
border: 1px solid #000000;
color: #333333;
margin: 0px;
width:159px;
}

#link1 ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#link1 ul li {
margin: 0px;
padding: 0px;
}
#link1 ul li a {
font-size: 90%;
/* 
display: block; 
border-bottom: 1px dashed #C39C4E;
padding: 5px 0px 2px 4px; 
text-decoration: none;  
width:160px;
*/
color: blue;
}

#link1 ul li a:hover, #link1 ul li a:focus {
color: orange;
background-color: white;
/* border-bottom: 2px solid grey; */
padding-bottom: 0;
}

/* ///////////////////// */
.link2{
font-size: 80%;
color: blue;
/* text-decoration: none; */
}

.link2:hover
{
font-size: 80%;
color: orange;
background-color: white;
/* text-decoration: underline; */
}

/* ///////////////////// */
.link3{
font-size: 83%;
color: blue;
/* text-decoration: none; */
}

/* ///////////////////// */
.link4{
font-size: 100%;
color: blue;
/* text-decoration: none; */
}


/*
a href="" class="link4"> hover_text </a
*/

/* ///////////////////// */

a:link {
color:darkblue;
text-decoration:none;}

a:hover {
color: red;
background-color: #ffffcc;
text-decoration:underline;}

a:visited {
color:#aa4477;
text-decoration:none;}

