/* 
Theme Name: Tinkerbell Dance Wear: Styles Off
Theme URL: http://www.tinkerbelldancewear.com
Description: Tinkerbell Dance Wear: Default Text
Author: Paul Whitehead
Author URI: www.access-bydesign.com
Version: 1.0
*/

/*===display none ==============================================*/
 .nodisplay, ul li.nodisplay, .hidden
{
	display:none;
}

fieldset
{
	border:0;
	float:left;
}

/* ===== body ================================================*/

*, html
{
	margin:0;
	padding:0;
}

a, a:visited, a:link
{
	color:$link-b;
	text-decoration:none;
}

a:active, a:hover
{
	color:$link-b-hover;
	text-decoration:underline;
}

body
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	line-height: 1.5em;
	color:$text-w;
}

