#header{
	
}
body{
	background-color: #F0F1F1;
}
body a{
 color: blue;
}
body a:link {color: blue;}     /* unvisited link */
body a:visited {color: blue;}  /* visited link */
body a:hover {color: blue;}   /* mouse over link */
body a:active {color: blue;}   /* selected link */
body ul li{
	list-style: none;
}
body ul{
	list-style: none;
}

