a {text-decoration:underline;}
a:hover {text-decoration:none;}
a{color:rgb(40,48,32); }
a:hover{color:rgb(40,48,32); }
a:visited{color:rgb(40,48,32); }
a:active {color:rgb(40,48,32); }

body{font-family: Verdana, Geneva, Georgia, Times New Roman, Times, serif; }
body {font-size:12px;}
p {font-size:12px;}
td {font-size:12px;}

.title{
	font-size:16px;
	font-weight: bolder;
	font-family: Geneva, Arial, Helvetica, sans-serif;  
      } 

.image{
	border-style:solid;
	border-color:rgb(103,126,82);
	border-width:1px;
	padding: 2px; 
	/*background-color: gray; dotted*/
      }

.images:hover{
background-color: green;
width: 85; 
}

.arrow{
	border-style:none;
      } 
	  
