
.red {
	color: red;
}


tt {
	color: green;
}

.code
{
	color: green;
}

.info {
	font-weight: bold;
	color: green;
}

.BIG {
	font-weight: bold;
	color: brown;
	font-size: x-large;
}

.BIG-black {
/*	font-weight: bold;	*/
	font-size: x-large;
}

.abstract {
	font-size: large;
	font-family: "Times New Roman", Times, serif;
	color: red;
}

.mytitle {
    font-weight: bold;
    color: red;
    font-style: oblique;
    /* font-style: italic; */
    /* font-size: x-large; */
}

.myblockquote-NO-USED {
    display: block;
    width: 100px;
    font-style: oblique;
    border: 1px solid black;
    /*
    text-indent: 150px;
    block-size: 400px;
    font-weight: bold; 
    color: red;
    padding-left: 200px;
    font-style: italic;
    font-size: x-large;
   */
    font-family: "Courier New", monospace;
}



/*************** lists ******************/


dt {
	font-weight: bold;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 0px;
	font-size: large;
	color: blue;
}

dd {
	font-size: large;
/*	color: red; */
}

li {
	padding-top: 4px;
	padding-bottom: 4px;
}

/*************** table stuff ******************/

th {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	padding-bottom: 5px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	font-size: smaller;
	padding-left: 2px;
	padding-bottom: 4px;
}


/*************** blockquote ******************/

blockquote {
    /*
      text-align: center;
      padding-top: 50px;
      padding-bottom: 5px;
      border: 1px solid black;
    font-style: italic;
   */
    font-family: "Courier New", monospace;
}

