﻿@import url("layout.css");

a {
	font-size: large;
	color: #CFCFCF;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}