/*~~~~~~~~~~~~~~~~*/
/* GENERAL STYLES */
/*~~~~~~~~~~~~~~~~*/

a {
	color: #000000; 
	text-decoration: underline;
}


a:hover {
	color: #AEA4A2;
	text-decoration: underline;
}

select {
	width: 180px;
}
