﻿body {
}
A
{
	font-weight: bold;
	color: white;
	text-decoration: underline;
}
A:hover
{
	color: khaki;
}
BUTTON
{
	font-weight: bold;
	color: white;
	background-color: navy;
}
UL
{
	list-style-type: square;
}

