/* This is the CSS document for any fanfiction on the t1goold site */
body {
	background-color: #d9d9f3;
	font-size: medium;
	font-family: "Georgia", serif;
}
h1 {
	text-align: center;
	font-weight: bold;
	font-size: 2.0em;
	font-color: #1010E0;
}
h2 {
	font-size: 1.75em;
	text-align: center;
}
h3 {
	font-size: 1.5em;
	text-align: center;
	font-color: #207030;
}
p {
    display: block;
    font-family: "Georgia", serif;
    font-size: 1em;
    text-align: left;
}
p.em {
	display: block;
	font-style: italic;
}
p.center {
	display: block;
	text-align: center;
}
p.warning {
	display: block;
	text-align: center;
	font-size: 1.5em;
	color: #8c1717;
}
br {
    line-height: 1.5;
}
.small {
	font-size: 0.75em;
}
em {
	font-style: italic;
}
em.double {
	text-decoration: underline;
	font-style: italic;
}
em.underline {
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
.news {
	color: #8c1717;
}
.note {
	color: #1010E0;
}
cite {
	font-style: italic;
}
blockquote {
	display: block;
	margin-left: 2em;
	margin-right: 2em;
	text-align: left;
}
hr.one {
	width: 50%;
}
hr.two {
	width: 67%;
}
hr.three {
	width: 33%;
}
hr.four {
	width: 10%;
}
u {
	text-decoration: underline;
}
a:link {
	color: #007000;
}
a:visited {
	color: #700000;
}