/*   
Theme Name: Do Nothing
Theme URI: http://www.radiowest.ca/donothing
Description: The minimum functional WordPress Theme, typically for those with their own HTML, who want one piece of WordPress functionality.
Author: Jon Pearkins
Author URI: http://www.adiant.com
Version: 1.0
*/
*		{
		margin-top: 0px;
		margin-bottom: 0px;
		}

BODY	{
		font-family: Arial;
		background-color: #AAAAFF;
		}
		
A		{
		text-decoration: underline;
		}
A:link	{
		color: blue;
		}
A:visited	{
		color: purple;
		}
A:hover	{
		color: red;
		}
