/*Client:Website:Written By:Last Updated:All contents C The Blog Studio and/or the owner of the site. www.blogstudio.com----Styles should be written as follows (but use your brain - this isn't a hard and fast rule. It's designed so that we can all work on the same document with some degree of familiarity:position/floatdisplaywidthheightmarginpaddingcolorbackground*//* --------------------------------- =general -------- */* {	padding:0;	margin:0;}img {border: 0;}p {margin: 0.8em 0;}/* we're going to set the font-size on the body to 76%. This means that when we set a font to 1em, it will be prety close to the user's default font size. NO USING PX FOR FONTS - ems or % only please */body {	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;	font-size: 76%;}/* --------------------------------- =layout -------- *//* --------------------------------- =navigation -------- *//* --------------------------------- =typography -------- */h1 {	text-align: center;	font-weight:normal;	color: black;}h2 {	text-align:center;	font-weight: normal;	color: #404040;}	/* --------------------------------- =links -------- *//* --------------------------------- =lists -------- *//* --------------------------------- =forms -------- */#inputBox {font-size: 22px;	padding: 40px;}/* --------------------------------- =tables -------- *//* --------------------------------- =ie hackery -------- */
