/* 
	For CSS/Javascript/etc example pages 
	v.1 2008-04
*/

@import url("reset.css");

body {background: #fff; color: #333; font-family: "Lucida Grande", lucida, sans-serf; font-size: 90%; text-align: center;}
a {color: #39c;}

#page {background: none; border: 0; font-size: .9em; line-height: 145%; margin: 0 auto; text-align: left; width: 950px;}
h1 {font-size: 1.4em; margin: 0; padding: 0;}
p.subtitle {font-size: .9em; margin: 0; padding: 0;}
ul {list-style-type: disc; margin: .3em; padding: 0;}
ul li {margin-bottom: .1em;}
blockquote {color: #666; font-size: 1em; font-style: italic; margin: .2em .4em;}
code {color: #693; font-family: "Courier New", courier, monospaced; font-size: .9em;}
