/* CSS Document */

a {  text-decoration: none}

a:link, a:visited {
	text-decoration : none;
	color: #4a7fc1;
	background: transparent; 
	}

a:hover {
	text-decoration : underline;
	color: #4a7fc1;
	background: transparent; 
	}

a:active {
	text-decoration : none;
	color: #4a7fc1;
	background: transparent;  
	}
	
.title {
	font-family: Georgia, Times Roman;
	font-size: 16px;
	color: #bfa077;

}

	
.description {
	font-family: Georgia, Times Roman;
	font-size: 12px;
	line-height: 18px;
	color: #bfa077;
	margin-left: 50px;
	margin-right: 20px;
	text-align: left;
}
