body{
  Cursor:Default;
  font-family: Arial, Verdana, Courier New;
  font-size: 14;
}
body.menu{
	 background-color:830539;
}
p{
  Cursor:Default;
  font-family: Arial, Verdana, Courier New;
  font-size: 14;
}
a{
	color:Blue;
	text-decoration:none;
}
a.onDark{
	color:White;
}
a:hover{
  color:Red;
}
a:visited{
	color:Blue;
}
a:visited:hover{
  color:Red;
}
img{
  border-style:none;
}