@import url('http://yui.yahooapis.com/2.7.0/build/reset/reset-min.css');
@import url('http://yui.yahooapis.com/2.7.0/build/fonts/fonts-min.css');
/*
@import url('http://yui.yahooapis.com/2.7.0/build/base/base-min.css');
*/

/*font-size
px	 use %
10	 77
11	 85
12	 93
13	 100
14	 108
15	 116
16	 123
17	 131
18	 139
19	 146
20	 154
21	 162
22	 167
23	 174
24	 182
25	 189
26	 197
*/

html {
	background-color:#aaaaaa;
}

body {margin: 2em; font-family: "Lucida Grande", Arial; color: white; text-align: center;}
p,img {margin-bottom: 1em;}
p {font-size: 108%; font-style: italic; line-height: 130%}
p.caps {letter-spacing: 0.1em; text-transform: uppercase; font-size: 93%; }
p.small {font-size: 93%;}
p.smaller {font-size: 77%;}
.big {font-size: 131%;}
p.indent {margin-left: 2em;}
hr {margin-top: 1em; margin-bottom: 2em;}

div#out {margin: auto; width: 600px; border: 10px solid white; padding: 2em;	background-image: url(redback.png);}

a {color: inherit; font-weight: inherit; text-decoration: underline;}

td {vertical-align: top;}