/*  MICROTHEMER STYLES  */


/*= Content =================== */

/** Content >> Table Cells **/
td {
	padding: 15px !important;
}

/** Content >> Link **/
p a {
	color: rgb(255, 0, 0) !important;
	font-weight: 600 !important;
	text-decoration: underline !important;
}

/** Content >> Link Copy 1 **/
p a {
	color: rgb(255, 0, 0) !important;
	font-weight: 600 !important;
	text-decoration: underline !important;
}

/** Content >> Link Copy 1 (:hover) **/
p a:hover {
	color: rgb(35, 70, 103) !important;
}

/** Content >> Intro **/
.intro {
	color: rgb(35, 70, 103) !important;
	font-size: 22px !important;
	font-weight: 500 !important;
}

/** Content >> Cookies link **/
a.cookies {
	color: rgb(255, 0, 0) !important;
	font-weight: 600 !important;
}

