a:active{
	outline:			none;
}

:-moz-any-link:focus{
	outline:			none;
}

.paragraph{
	padding:10px;color:green;
}

.link{
	color:red;
	font-weight:bold;
}

.image{
	border:3px dotted blue;
}

.tablecell{
	border:3px dotted red;
}
