/*
-----------------------------------------------------
Master CSS file for [sitename.tld]
Media: screen, projection

Notes: Calls in all major stylesheets

Subversion generated content here?

Author: Author Name [ email at domain dot tld ]
For: Client [ client.tld ]
-----------------------------------------------------
*/

@import url(navigation.css);
@import url(layout.css);
@import url(content.css);
@import url(bad-tags.css);
/* tweaks.css included via conditional comments in HTML */

.delete-me {
	color:blue !important;
}