


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;
	}

/*class selector*/
.note { color: red; font-weight: bold; }

.redUnderLine {
    text-decoration: underline;
    text-decoration-color: red;
}

/*-----------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;
}

pre {
	font-size: 80%
}

