h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body {
background-color:#FFFEFE;
}

p{
padding-left:20px;
}

table{
padding-left:20px;
}

/* for footer at bottom of page */
html,
body {
   margin:0;
   padding:0;
   height:100%;
}
#container {
   min-height:100%;
   position:relative;
}

#body {
   padding-bottom:25px;   /* Height of the footer */
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:25px;   /* Height of the footer */
}