
body {
        background: #ffe;

        font-size: 16;

        font-family: Verdana, Arial, Helvetica, sans-serif;
  }

input, select {
	background: #fffffa;
	font-size: 10;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  }

a { text-decoration: none; }

.noborder {
	border-right: none;
	border-left: none;
	border-top: none;
	border-bottom: none;
  }

.border {
	border: 1px solid black;
  }

.bottomborder {
	border-bottom: 1px solid black;
  }

.rightborder {
	border-right: 1px solid black;
  }

.center {
	text-align: center;
  }

table {
        border-color: black;
	border-collapse: collapse;
	border: 2px solid black;
	text-align: center;
	padding: 3px;
}

th {
	text-align: center;
	border: 2px solid black;
}

td {
	border: 2px solid black;
}

.major {
        font-size: 16;
}

.minor {
	font-size: 12;
}

