body {
background-color: white;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1em;
}
body div#printHeader {
display: inline;
}
div#header {
display: none;
}

div#mainLinks {
display: none;
}

div#content {
width: auto;
height: auto;
background-color: purple;
}

div#content div#mainContent {
width: auto;
height: auto;
background-color: white;
}

div#footer {
display: none;
}
div#leftInterface{
display: none;
}
div#topInterface{
display: none;
}
body div#content div#mainContent div#mainInterface div#mainInterfaceContent{width: auto; height:auto; overflow: none;}
body div#content div#mainContent div#mainInterface {background-image: url('');}

/*------------------other settings-------------------------*/
#mainContent fieldset {border: 1px groove gray; padding: 1em;}
#mainContent input {margin-bottom: .3em;}
#mainContent p {margin-bottom: .3em;}
#mainContent table {border: 1px groove gray; margin-left: .1em;}
#mainContent table td {border: 1px groove gray; padding: .1em;}
