/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Cascading Style Sheets (CSS) specific to this tutorial can be added
below. CSS intended for all tutorials are in jtat/_cssutil. */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* colors for text, black background */

.aboutJTAT {color: #00ff00;}
.forAuthors {color: orange;}

/* same for white background */
.aboutJTATwb {color: #008000;}
.forAuthorswb {color: brown;}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.lmarg {margin-left: 35px;}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Tables have two borders: an outer one for "table", and an inner one
for "td".
Excellent test page: http://www.somacon.com/p141.php
*/

table.tnice
{
	border: none;
	border-collapse: collapse;
	margin-top: 3px;
}

td.tdnice
{
	border: 2px solid #808080;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
