BODY {
	background-attachment: fixed;
}

.loading {
	font-size: 34px;
	font-weight: 100;
	font-style: normal;
	font-family: "arial", "helvetica", sans-serif;
	color: #BDBDBD;
}

.title {
 font-size: 34px;
 font-weight: 100;
 font-style: italic;
 font-family: "Times New Roman","Times",serif;
 margin: 5px 0px 0px 0px;
 color: #94ACB6;
}

.header1 {
 font-size: 26px;
 font-weight: 100;
 font-style: italic;
 font-family: "Times New Roman","Times",serif;
 color: #94ACB6;
 margin: 10px 0px 0px 0px;
 padding-left: 10px;
}

.main {
 font-size: 16px;
 font-weight: 100;
 font-style: normal;
 font-family: "arial", "helvetica", sans-serif;
 color: #000000;
 padding-left: 30px;
 padding-right: 30px;
}

.letter {
 font-size: 28px;
 font-weight: 100;
 font-style: normal;
 font-family: "arial", "helvetica", sans-serif;
 color: #94ACB6;
}

UL {
 font-size: 14px;
 font-weight: 100;
 font-style: normal;
 font-family: "arial", "helvetica", sans-serif;
 color: #000000;
 line-height: 1.2em;
 padding-left: 30px;
}

OL {
 font-size: 14px;
 font-weight: 100;
 font-style: normal;
 font-family: "arial", "helvetica", sans-serif;
 color: #000000;
 line-height: 1.2em;
 padding-left: 30px;
}

.code {
 font-size: 12px;
 font-weight: 400;
 font-style: normal;
 font-family: "arial", "helvetica", sans-serif;
 color: #000000;
}

A:link {
 font-size: 14px;
 font-weight: 600;
 font-style: normal;
 font-family: "arial", "helvetica", sans-serif;
 color: #008080;
 text-decoration: none;
}

A:visited {
 font-size: 14px;
 font-weight: 600;
 font-style: normal;
 font-family: "arial", "helvetica", sans-serif;
 color: #008080;
 text-decoration: none;
}

A:active {
 font-size: 14px;
 font-weight: 600;
 font-style: normal;
 font-family: "arial", "helvetica", sans-serif;
 color: #FF0000;
 text-decoration: none;
}