body {
    color: #050505;
    font: 14px/1.5 "Merriweather",sans-serif;
}

a {
    font-size:14px;
    color: #666666;
    text-decoration: none;
    }

a:hover {
	text-decoration: underline;
}

form select {
	font-size: 16px;
	width: auto;
	padding: 1% 2% 1% 1%;
	color: #666666;
	font: 14px/1.5 "Merriweather",sans-serif;
}