BODY {
    background-color: #ffffff;
    color: #000000;
}

.tit {
	font-weight: 400;
	font-size: 400%;
}

.menu {
	color: red;
}

.hd {
	color: #008080;
}

.hide {
  display: none;
  color: white;
}

A:link { 
	color: blue;
	text-decoration: none
}

A:visited { 
	color: #00008C;
	text-decoration: none
}

A:active { 
	color: lime;
	text-decoration: none
}


