/* CSS Document for Cat Care of Vinings 
	 Color Codes
	 -------------------
	 Purple: #6C63A6
	 Green: #6DAE44
*/
.main {
	padding-left:6px;
	padding-bottom:6px;
	padding-right:6px;
	font-family:Arial, Helvetica, sans-serif;
}
A:link {
	text-decoration: none;
	color:#6C63A6;
}
A:visited {
	text-decoration: none;
	color:#6C63A6;
}
A:active {
	text-decoration: none;
	color:#6C63A6;
}
A:hover {
	text-decoration: underline; 
	color: #6DAE44;
}

input.job{
	width:425px;
}