
body {
	background-color : pink;
	font-family: Comic Sans MS, sans-serif;
	font-size: 12px;
}

#div_header {
	background-color :  Pink;
}

#div_body {
	background-color: Pink; 
}

#div_footer {
	background-color :  Pink;}




/* print.css */
body {line-height:1.5;font-family:"Comic Sans MS", Comic Sans MS, Comic Sans MS, sans-serif;color:#000;background:Pink;font-size:10pt;}
.container {background:none;}
h1, h2, h3, h4, h5, h6 {font-family:"Comic Sans MS", Comic Sans MS, "Comic Sans MS", sans-serif;}
code {font:.9em "Comic Sans MS", Monaco, Courier, monospace;}
a img {border:Black;}
p img.top {margin-top:0;}
.small {font-size:.9em;}
a:link, a:visited {background:transparent;font-weight:700;text-decoration:underline;}
a:link:after, a:visited:after {content:" (" attr(href) ")";font-size:90%;}

