﻿body {
    font-family: Tahoma, Arial, Verdana;
    font-size: 9pt;
}

h1 {
    font-size: 20pt;
    font-weight:bold;
    color: #000088;
}

h4 {
    font-size: 10pt;
    font-weight:bold;
    color: #000088;
}

#loginstatus {
	Display: none;
}

#menu { /*The navigation on the left side, positioned absolutely*/
	Display: none;
}                  /*have the navigation elements better separated*/

#content  { /*this is the main content area*/
    color: #000000;/*to insure readability*/
    font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif; 
}

#header {
	Display: none;
}
#taskmanager, #tasks { 
    Display: none;
}

