/*
	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; }
body,ul,ol,dl,td,th,caption,pre,p,blockquote,input,textarea { font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 90%; }

table th, table td { padding: 0.1em 0.4em; }

ul { list-style: square outside; }
ol { list-style: decimal outside; }

h2 small,
h3 small,
h4 small,
h5 small,
h6 small { display: block; font-size: 60%; line-height: 100%; }
