body {
    color : black;
    background-color : white;
    Font-Family : Arial;
    Font-Style : Normal;
    Font-Size : x-small;
    Font-Weight : normal;
    Text-Align : Left;
    Text-Decoration : none ;
    }	
				
:link {
    color : blue;
    text-decoration : none;
    }
:active	{
    color : red;
    text-decoration : none;
    }
:visited {
    color : blue;/*#1414BF;/*#0000D4;/*#0000AA;*/
    text-decoration : none;
    }
:hover {
    color : red;
    text-decoration : none;
    }
/* changes text style in left menu of page */

.bar,.menu,.head {
		color : white;
    Font-Family : Arial;
    Font-Weight : bold;
}

.menu:link {
    color : white;
    text-decoration : none;
    }
.menu:active	{
    color : red;
    text-decoration : none;
    }
.menu:visited {
    color : #D4D4D4;
    text-decoration : none;
    }
.menu:hover {
    color : red;
    text-decoration : none;
    }

.foot {
    Font-Family : Arial;
    font-weight : normal;
}

