@charset "utf-8";
/* NOTE:  
Currently, weight-loss-bmi-calculator.css and weight-loss-bmi-calculator-print.css have the same content. 
So when you change one, just do "save as" to update the other file. - Liz 
*/

*	{ margin: 0; padding: 0 }

html { }

body { background-color: #fff }

#container { position: relative; left: 0; top: 0; margin: 0 auto; width: 741px; height: 100%; text-align: left; z-index: 2; background-color: #b4cad6 }

#article { width: 491px; border: #b4cad6 solid 1px; padding: 20px 20px 3px 20px }

#article h1 { color: #105c74; font: 16px/22px verdana,sans-serif; font-weight: bold; margin: 0 }

#article h2 { color: #105c74; font: 13px/19px verdana,sans-serif; font-weight: bold; margin: 0 0 17px 0 }
#article h2 a:link, 
#article h2 a:visited { color: #105c74; text-decoration: none }
#article h2 a:hover { color: #105c74; text-decoration: underline }

#article p { color: #4e4d4d; font: 13px/19px verdana,sans-serif; margin: 0 0 17px 0 }
#article p a:link, 
#article p a:visited, 
#article p a:hover { color: #4e4d4d; text-decoration: underline }

#answer { color: #ef901f; font-weight: bold; border: 0 }
#comment { color: #ef901f; font-weight: bold; border: 0 }



/* COLOR PALETTE:  

white = fff

light gray-blue for backgrounds and borders = b4cad6

deep blue = 105c74

dark gray for regular text = 4e4d4d

orange for accent type = ef901f

*/


