/******************************************************************************

CSS Document for portfolio site
Type: Default Stylesheet
Purpose: Reset all style to default in all browsers
Author: John Toyne
Email: johntoyne@gmail.com
Comments: Send comments about my styles to my email, use freely

*******************************************************************************/

*
{
	margin:0;
	padding:0;
	font-family:calibri, arial, helvetica, sans-serif;
}
a
{
	outline:0;
	text-decoration:none;
}
img
{
	border:0;
}