/* css style for Doug Gnazzo's "The Golden Mean Honest Money Report" - 'Blue and Red' by Jeremy von Oy */
/* Added: November 18th, 2005 */

/* basic elements */
body {
	background-color:#ffffff;
	color:#000000;
	font-family:"Comic Sans MS";
	margin-left:20px;
	margin-right:20px;
}
a:link { 
	color: #000080;
	text-decoration: underline; 
	}
a:visited { 
	color: #003edc;
	text-decoration: underline; 
	}
a:hover, a:active { 
	color: #ffff00;
	text-decoration: underline; 
	}

/* specific divs in rough order of appearance on page*/
#titleText {
    background-color:#0000cc;
    color: #ffffff;
    font-family:"Comic Sans MS";
    font-size: 28pt;
    font-style: italic;
    font-weight:bold;
	height:2em;
	line-height:2em;
    margin-bottom: 20px;    
    text-align: center;
}
.imgCenter {
	margin-left:50%;
}
.blueText {
	color: #0000ff;
}
.blueHeading {
	color: #0000cc;
    font-size: 18pt;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.redHeading {
	color: #ff0000;
    font-size: 18pt;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.kidsBodyRed {
	color: #ff0000;
	text-align:center;
}
.kidsBodyBlue {
	color: #0000cc;
	text-align:center;
}
.center {
	text-align:center;
}
.italic {
	font-style: italic; 
}
.indent {
	margin-left:7%;
}
.underline {
	text-decoration:underline;
}
}