@import "/style_common.css";

body{
	color: white;
	background-color: #000088;
}

a:link{
	color: #00ff00;
}

a:visited{
	color: #ff0000;
}

a:hover{
	color: pink;
}

a:active{
	color: purple;
}
