/* CSS: HomeOfInternetMarketing.com */
/*body margin not set to 0 to create a small margin around content*/
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align:left;  
 }

H1 {
	font-size: large;
	color: #cc0033;
	text-align:center;	
}
	
H2 {
	font-size: medium;
	color: #000066;	
}
img { border:0px;
}

H2 a:link, H2 a:visited {
	color:#000066;
}

H2 a:hover {
color: #cc0033;
}

p, td {
	font-size: small;
	margin: 6px 0px 6px 0px;
	text-align:left; 
}

/*formatting the menu to the legal pages*/
.legal-menu
	{
	font-size:x-small;
}

a:hover {
	color: #cc0033;
}

/*formatting li for everything pages*/
ul li {
	margin-bottom: 4px;
	list-style-position: inside;
	list-style-type: circle;
	}

#niches li {
	list-style-position:outside;
	list-style-image: url(images/template-cat-list-style-img.gif);
}


/*minsitelink refers to the category links at the everything-page
they are not related to JV Manager Minisites*/
.minisitelink, .minisitelink:visited {
color: #000000;
font-weight: bold}

.minisitelink:hover {
color: #cc0033;
font-weight: bold}

/*inserting a hr into the html makes a page break when printing*/
HR {
page-break-after: always;
}

