
/* remember to define focus styles! */
:focus {
	outline: 0;
}

strong{ font-weight: bold; }


/* tables still need 'cellspacing="0"' in the markup */

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
		font-family: inherit;
}


/*** POSITIONING ***/

.clear{
	clear:both;
	}
	
.float_left{
	float:left;
	}

.float_right{
	float:right;
	}
	
.clear_right{
	clear:right;
	}
	
.displayed{
	display:block;
	}
	
.hidden{
	display:none;
	}

/*** LINKS ***/
a{
	text-decoration:none;
	}
	
a:hover{
	
	}

