/* Main Style Sheet for iMARCengraver.com */

/* Sitewide Styles */
body {
	color: #FFFFFF;
	background-color:#4b70ae;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

p {
	font-size: 14px;
}

p.disclaimer {
	font-size: 10px;
}

img {
	border: none;
}

/* Regular Links */
a:link { 
	color: #000000;
}
a:visited { 
	color: #000000;
}
a:hover {
	color: #2e66b2;
}
a:active { 
	color: #333333;
}
a {
	text-decoration: none
}

/* Black Background Links */
a.black:link { 
	color: #bcc9e0;
}
a.black:visited { 
	color: #bcc9e0;
}
a.black:hover {
	color: #c50013;
}
a.black:active { 
	color: #a8b9d7;
}
a.black {
	text-decoration: none
}

/* Bullet Point List */
#features {
	font-size: 13px;
	margin: 0 25px 0 -20px;
}

/* History Page */
#History {
	margin: 0 25px 0 15px;
}

/* Tag Styles Page */
th {
	background-color: #4c71af;
}

/* Footer Navigation */
div.foot_sty {
	font-size: 10px;
	margin-top: 15px;
}

a.foot:link {
	color: #FFFFFF;
}

a.foot:visited {
	color: #FFFFFF
}

a.foot:hover {
	color: #000000;
}	

a.foot:active {
	color: #FF0000;
}	