﻿@import url('colorme.css');
BODY {
	color: Black;
	background-color: White;
	font-family: sans-serif;
	font-size: xx-small;
	text-align: justify;
}

A {
	text-decoration: none;
}

A:HOVER {
	text-decoration: underline;
}