 /*
-----------------------------------------------------
Basic CSS file for screen media [harlemstudio.com]
FileName: basic.css

Author: Tom Newman (thomasmnewman at googlemail dot com)
-----------------------------------------------------
*/ 

/* Basic formatting: v4 browsers see only this */

html,
body,
form,
fieldset {
	font-family:tahoma,helvetica,verdana,arial,helvetica,sans-serif;
	margin:0;
	padding:0;
}
body {
	font-size:76%;
	color:#333;
}


/* Miscellaneous conveniences */
a img {
	border:none;
}
#content a {
	color:#0080b2;
}




