* {
    font-family     :   Verdana;
    font-size: 100%;
    margin          :   0;
    padding         :   0;
}


h1 {font-size: 2em;}
h2 {font-size: 1.5em;}
h3 {font-size: 1.33em;}
h4 {font-size: 1.1em;}
h5 {font-size: 0.9em;}
h6 {font-size: 0.75em;}
pre, code, tt {font: 110% "Andale Mono", Courier, "Courier New", monospace;}
small {font-size: 85%;}
big {font-size: 115%;}


html {
    padding         :   1.5em;
    background      :   gray;
}

body {
    border          :   1px solid #000000;
    background      :   rgb(98%, 98%, 98%);
    min-width       :   50em;
    min-height      :   30em;
}


h1 {
    text-align      :   center;
}


#buttonPanel {
    height          :   5em;
    background      :   red;
    width           :   100%;
	padding-left    :   10px;
	color			:	white;
}

#pageHeader {
    background      :   blue;
    width           :   100%;
    height          :   5em;  
	color			:	white;          
}

#workingHeader {
    background      :   blue;
    width           :   100%;
    height          :   5em;            
	color			:	white;	
}

#overflowingHeader {
    background      :   green;
    width           :   100%;
    height          :   5em; 
	padding-left	:	5px;  
	color			:	white;	         
}

ul {
	list-style		:	none;
	margin			:	0;
	padding			:	0;
}
li {
	padding			:	10px;

}