/*
default.css

This file contains css for each html element in the website.
It also contains classes for use by the Rich Text Editor
*/

a:hover
{      
    color: #8888aa;
	text-indent: 0px;
}