body
{
	background-color:  #FFFFFF; /**Sets the background color to white **/
	color: #000000; /** Sets the font color to black**/
}

#container
{
	background-color:  #FFFFFF;  /**Sets the background color to white **/
	color: #000000; /** Sets the font color to black**/
}

ul.none
{
        background-color:  #FFFFFF; /**Sets the background color to white **/
	list-style-type: none; /**Sets the style of list **/
	color: #000000; /** Sets the font color to black**/
}