﻿ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FFCC66;
}