@import url('flexcontent.css');
@import url('content.css');


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

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

.image{
	border:3px dotted blue;
}

.tablecell{
	border:3px dotted red;
}

a:active
{
	outline: none;
}

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


