
DIV					{text-align: center}
P.indent			{text-indent: 20px}
P.blockquote		{font-family: Times New Roman; font-size: 13px; font-style: italic; margin-left: 50px; margin-right: 50px}
A					{font-family: Times New Roman}
A:link				{color: blue}
A:active			{color: red}
A:visited			{color: #006666}

.header0			{font-family: Times New Roman; color: blue; font-size: 64px; font-weight: demibold}
.header1			{font-family: Times New Roman; color: blue; font-size: 32px; font-weight: demibold}
.header2			{font-family: Times New Roman; color: blue; font-size: 18px; font-weight: demibold}
.footer				{font-family: Times New Roman; font-size: 13px}
.nav_small			{font-family: Times New Roman; font-size: 13px}

.title0				{font-family: Times New Roman; font-size: 20px; font-weight: demi-bold; text-decoration: underline}
.title1				{font-family: Times New Roman; font-size: 18px; font-weight: demi-bold; text-decoration: underline}
.title2				{font-family: Times New Roman; font-size: 22px}
.title3				{font-family: Times New Roman; font-size: 20px; font-weight: demi-bold}
.title4				{font-family: Times New Roman; font-size: 16px; font-weight: bold; text-decoration: underline}
.title5				{font-family: Times New Roman; font-size: 18px; font-weight: demi-bold}
.featured			{font-family: Times New Roman; font-size: 22px; text-decoration: underline}

.text_body			{font-family: Times New Roman; font-style: normal; font-size: 16px}
.text_papers_title	{font-family: Times New Roman; font-style: italic}
.text_papers_rev	{font-family: Times New Roman; font-style: normal; font-size: 13px}
.text_quote			{font-family: Times New Roman; font-style: normal; color: #800000; font-size: 13px; font-weight: bold}

.t_bold				{font-family: Times New Roman; font-weight: bold}
.t_italic			{font-family: Times New Roman; font-style: italic}
.t_uline			{font-family: Times New Roman; text-decoration: underline}

.textbox 			{font-family: Times New Roman; font-size: 15px; background-color: #cccc99} 



.wrapper {
	max-width: 980px;
	margin: 40px auto;
	text-align: left;
	font-family: Arial, Helvetica, Times New Roman;
	font-style: normal;
	font-size: 15px;
	line-height: 24px;
}

@media (min-width: 980px) {
	.wrapper {
		max-width: 980px;
	}
}

@media (min-width: 1200px) {
		.wrapper {
		max-width: 1200px;
	}
}