body {
	background-color: #292c47; /*page background color*/
}


#volume { /**/
	background-color: #ffffff; /*background color*/
}


#title { /**/
	background-color: #ffffff; /*background color*/
}


#pagecontent { /*page content*/
	background-color: #ffffff; /*background color*/
}


#footernav { /**/
	background-color: #ffffff; /*background color*/
}


#cqcounter { /*statistics*/
	background-color: #006699; /*background color*/
}


.author { /**/
	background-color: #ffffff; /*background color*/
}


.abstract { /**/
	background-color: #ffffff; /*background color*/
}


.article { /**/
	background-color: #ffffff; /*background color*/
}

.image { /**/
	background-color: #ffffff; /*background color*/
	font-size: 50%; /*font size*/
	font-family: verdana, helvetica, sans-serif; /*font family*/
}



.footnotes { /**/
	background-color: #ffffff; /*background color*/
}


.workscited { /**/
	background-color: #ffffff; /*background color*/
}


.response { /**/
	background-color: #ffffff; /*background color*/
}


.discussion { /**/
	background-color: #ffffff; /*background color*/
}


.review { /**/
	background-color: #ffffff; /*background color*/
}


.reviewer { /**/
	background-color: #ffffff; /*background color*/
}


p { /*paragraph*/
	background-color: #ffffff; /*background color*/
	color: #000000; /*font color*/
	font-weight: normal; /*font weight*/
	font-size: 80%; /*font size*/
	font-family: verdana, helvetica, sans-serif; /*font family*/
}


ul { /*unordered list*/
	background-color: #ffffff; /*background color*/
	color: #000000; /*font color*/
	font-weight: normal; /*font weight*/
	font-size: 80%; /*font size*/
	font-family: verdana, helvetica, sans-serif; /*font family*/
}


blockquote { /*indented paragraph*/
	background-color: #ffffff; /*background color*/
	color: #000000; /*font color*/
	font-weight: normal; /*font weight*/
	font-size: 75%; /*font styling*/
	font-family: verdana, helvetica, sans-serif; /*font family*/
}


table, th, td {
    border: 1px solid white;
    border-collapse: collapse;
}
th, td {
    padding: 15px;
}


sup { /*superscript*/
	background-color: #ffffff; /*background color*/
	font-weight: bold; /*font weight*/
	font-size: 70%; /*font size*/
	font-family: verdana, helvetica, sans-serif; /*font family*/
}


h1 { /*page header*/
	background-color: #ffffff; /*background color*/
	color: #000000; /*font color*/
	font-weight: bold; /*font weight*/
	font-size: 105%; /*font size*/
	font-family: verdana, helvetica, sans-serif; /*font family*/
}


h2 { /*page subheader*/
	background-color: #ffffff; /*background color*/
	color: #000000; /*font color*/
	font-weight: bold; /*font weight*/
	font-size: 105%; /*font size*/
	font-family: verdana, helvetica, sans-serif; /*font family*/
}


h3 { /*page subheader*/
	background-color: #ffffff; /*background color*/
	color: #000000; /*font color*/
	font-weight: bold; /*font weight*/
	font-size: 80%; /*font size*/
	font-family: verdana, helvetica, sans-serif; /*font family*/
}


a:link { /*active link*/
	color:#006699; /*link color*/
	text-decoration:none /*no link underline*/
}


a:visited { /*visited link*/
	color:#006699; /*link color*/
	text-decoration:none /*no link underline*/
}


a:active { /*active link*/
	color:#006699; /*active link*/
	text-decoration:none /*no link underline*/
}


a:hover { /*hover link*/
	color:#006699; /*link color*/
	text-decoration:underline /*link underline*/
}

u {
    text-decoration: underline;
}


.bold { /*bold emphasis*/
	font-weight: bold; /*font weight*/
}


.italic { /*italic emphasis*/
	font-style: italic; /*font style*/
}


.title { /*italicized titles*/
	font-style: italic; /*font style*/
}

