/*
	This file is part of the ChaoSS framework.
	Copyright (c) 2008 Woody Gilk
	http://code.google.com/p/chaoss
*/

/* Default Stylesheets */
@import "reset.css";
@import "typography.css";
@import "common.css";
@import "links.css";
@import "forms.css";

/* Default Style */
body { line-height: 130%; color: #111; font-size: 90%; }
body, ul, ol, dl, td, th, caption, pre, p, blockquote, input, textarea { font-family: Arial, Helvetica, Verdana, sans-serif; }

table th, table td { padding: 0.1em 0.4em; }

ul { list-style: square outside; }
ol { list-style: decimal outside; }
