/*
light blue - C7E8FA
dark blue - 011959
*/

body {
    
}

span.h1 {
    color:#011959;
    font-weight:bold;
    font-size:1.4em;
}
	 	
div.box {	
	border: 2px solid #011959;
	padding:10px;
}

legend {
     color:#011959;
     font-weight:bold;
     font-size:1.2em;
     margin-bottom:2px;
}


input[type=submit],input[type=button] {
    background-color:#CCC;
    color:#011959;
    font-size:1.3em;
    font-weight:bold;
}

input[type=text] {
    background-color:#EEE;
}




