@import url(https://fonts.googleapis.com/css?family=Open+Sans);html {
    background-color: #fafafa
}

body {
    font-family: Open Sans,Arial;
	color: #333333;
}

#container {
	margin: 0 auto;
	width: 864px;
	padding-top: 50px;
}

h1 {
	text-align: center;
	font-size: 36px;
}

p {
	text-align: justify;
	font-size: 22px;
}






html.contrast body {
    color: #151515
}

html.contrast blockquote {
    color: #11151a
}

html.contrast blockquote:before {
    color: #262626
}

html.contrast a {
    color: #0051c9
}

html.contrast a:visited {
    color: #7d013e
}

html.contrast span.wr {
    color: #800
}

html.contrast span.mfw {
    color: #117e69
}

html.inverted {
    background-color: #050505
}

html.inverted body {
    color: #aaa
}

html.inverted div#invmode {
    color: #fff;
    background-color: #000
}

html.inverted blockquote {
    color: #dad0c7
}

html.inverted blockquote:before {
    color: #bfbfbf
}

html.inverted a {
    color: #07a
}

html.inverted a:visited {
    color: #ac5a82
}

html.inverted span.wr {
    color: #c0392b
}

html.inverted span.mfw {
    color: #19b496
}

a {
    color: #07a
}

a:visited {
    color: #941352
}