body { 	background-color: white;
		font-family: "Junction", Optima, Candara, "Trebuchet MS", sans-serif;
		font-size: 12px;
		line-height: 1.5em;
		color: #444; }
				
@font-face {
  font-family: "Raleway";
  src: url(http://finnb.net/fonts/raleway_thin.ttf) format("truetype");
  font-family: "Junction";
  src: url(http://finnb.net/fonts/Junction02.ttf) format("truetype");
}

.hpink		{ color: #f03; }
.mauve		{ color: #c0c; }
.dgreen		{ color: #090; }
.bblue		{ color: #0cf; }
.peach		{ color: #f99; }
.gold		{ color: #ff0; }
.pgray		{ color: #C0C0C0; }
.brown 		{ color: #960; }
.orange		{ color: #f60; }
.maroon		{ color: #c00; }
.lavender 	{ color: #f3f; }
.red		{ color: #f00; }
.pink		{ color: #fcf; }
.moss		{ color: #699; }
.bgreen		{ color: #0f0; }
.purple		{ color: #609; }
.sblue		{ color: #369; }
.teal		{ color: #0ff; }
.white		{ color: #fff; }
.black		{ color: #000; }
.yellow		{ color: #FFFF00; }

.bpurple { color: #fff; background-color: #609; }
.rub { color: #fff; background-color: #444; text-decoration: none;}
.rub:focus,
.rub:hover { text-decoration: none; color: #444; background-color: #fff; }

.strike { text-decoration: line-through; }

.cat { font-family: "Futura", futura, sans-serif;
		color: #000; }

#container { width: 600px;
	position: relative;
	left: 50%;
	margin-left: -300px;
	background-color: white;
	margin-top: 40px;}
		
a { border-bottom: dotted #444 1px;
	text-decoration: none;
	color: black; }
	
a.dn { text-decoration: none;
		border: none;
		color: #f60; }
	 
a:focus, 
a:hover { text-decoration: none;
			color: black; 
			border-bottom: none;}
			
img { display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    padding: 8px;
}

.futura { font-family: "Futura", Futura;
			text-align: center; }
			
.poem { font-family: "Palatino Linotype", Palatino, "Hoefler Text", Garamond, "Garamond", Georgia, serif;
	color: #000;
	margin: 0;
	padding: 0px 10px 6px 0px;
	font-size: 32px;
	line-height: 30px;
	letter-spacing: -1px; }

#break 			{
				height: 50px;
				}