﻿@import url('colorme.css');
BODY {
	color: Navy;
	background-color: White;
	font-family: Arial, serif;
	font-size: x-small;
	font-weight: bold;
}

A {
	color: black;
	text-decoration: none;
}

A:HOVER {
	color: #A9A9A9;
	text-decoration: underline;
}