@CHARSET "UTF-8";

body{
	background-color: #DCDCDC;
}
a:LINK {
	color: blue;
}
a:VISITED {
	color: red;
}
a:HOVER {
	color: green;
}