﻿@charset "UTF-8";

body {
	color: #602030;
	background: #ffe0f0;
}

a:link,
a:visited {
	color: #e01010;
	text-decoration: none;
}
a:focus,
a:hover,
a:active {
	color: #0000ff;
	text-decoration: underline;
}
