


body {
	font-size: 100%;
	font-family: Verdana, sans-serif;
	line-height: 1.5em;
	margin-left: 1em;
}

h1{font-size: 140%; font-weight: bold; line-height: 2em;} 
h2{font-size: 120%; font-weight: bold; line-height: 1.5em;} 

p {line-height: 1.5em; }


code { 
		font-size: 100%;
		font-weight: bold;
		font-family: Verdana;
		background-color: #F6E8FA;
	}

.note { color: red; font-weight: bold; }



/*-----------table setting---------*/
table {
    border-collapse: collapse;
    width: 900px
}

table, th, td {
    font-size: 80%;
     
}


tr:nth-child(odd) {background-color: #CDD3F7}
tr:hover {background-color: #CAE2F7}



th, td {

    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 15px;
    text-align: center;
     
}





ul.summary { 
	line-height: 2em;
	list-style: outside;
}

span.vector {font-weight: bold }

.equations { line-height: 2em;}

.grey {

	font-size: 0.8em;
	color: gray;
}

/*==================================*/
#nudata2, #nudata1  {
    font-size: 100%;
}

#nudata2 th {
    font-size: 80%;
    background-color: #a3d1b7;
}

#nudata1  td + td { 

    font-size: 120%;

}
 