
	a {
		color:           #606060;
		text-decoration: underline;
	}

		a:hover {
			text-decoration: none;
		}

	abbr {
		border-bottom: 1px dashed;
		cursor:        help;
	}

	blockquote {
		font-size:   1.3em;
		line-height: 1.5em;
		padding:     1.5em 1.5em 0;
	}

		blockquote p {
			font-size:   1.1em;
			margin:      0;
			text-indent: -.6em;
		}

			* html blockquote p {
				text-indent: 0;
			}

			blockquote p:before,
			blockquote p:after {
				color:          #ac4b5c;
				font-size:      2em;
				line-height:    0;
				vertical-align: middle;
			}

			blockquote p:before { content: '\201C'; /* &ldquo; */ }
			blockquote p:after  { content: '\201D'; /* &rdquo; */ }

	body {
		color:       #606060;
		font-family: Arial, sans-serif;
		font-size:   70.5%;
		line-height: 1.5em;
	}

	cite {
		display:    block;
		font-size:  1.2em;
		font-style: italic;
		text-align: right;
		margin:     0em 3em 2em;
	}

	del {
		text-decoration: line-through;
	}

	dl {
		font-size:     1.3em;
		line-height:   1.5;
		margin-bottom: 1.5em;
	}

		dt {
			font-weight:   bold;
		}

		dd {
			margin-bottom: .75em;
			text-indent:   1.5em;
		}

			dl dd * {
				font-size: 1em;
			}

	em {
		font-style: italic;
	}

	h1, h2, h3, h4, h5, h6 {
		color:       #ac4b5c;
		line-height: 1;
		margin:      0 0 .5em;
	}

	h1 { font-size: 2.7em; }
	h2 { font-size: 2.3em; }
	h3 { font-size: 1.9em; }
	h4 { font-size: 1.7em; }
	h5 { font-size: 1.5em; }
	h6 { font-size: 1.3em; }

		h1.page_title {
			color:         #5d5d5d;
			font-weight:   normal;
			margin-bottom: 1em;
		}

		#sidebar h2 {
			color:     #5d5d5d;
			font-size: 1.6em;
			margin:    0 0 1em;
		}

	hr {
		background: #e3e3e3;
		border:     0;
		color:      #e3e3e3;
		height:     1px;
		margin:     20px 0;
	}

	img {}

	ins {
		border-bottom: 1px dotted;
	}

	ol {
		margin: 0 0 1.5em 1.5em;
	}

		ol li {
			font-size:   1.3em;
			line-height: 1.5;
			list-style:  decimal;
			margin-left: 1.5em;
		}

			ol li * {
				font-size: 1em;
			}

			ol li ol {
				margin-bottom: 0;
			}

	p {
		font-size:     1.3em;
		line-height:   1.5;
		margin-bottom: 1.5em;
	}

	small {
		font-size: .75em;
	}

	strong {
		font-weight: bold;
	}

	sub {
		font-size:      .85em;
		vertical-align: sub;
	}

	sup {
		font-size:      .85em;
		vertical-align: super;
	}

	table {}

	ul {
		margin-bottom: 1.5em;
	}

		ul li {
			font-size:   1.3em;
			line-height: 1.5;
			list-style:  disc;
			margin-left: 1.5em;
		}

			ul li * {
				font-size: 1em;
			}

			ul li ul {
				margin-bottom: 0;
			}

				ul li li {
					list-style: circle;
				}

				ul li li li {
					list-style: square;
				}
