a { text-decoration : none }
a:hover { 
  text-decoration : underline; }
a:link {
  color: Teal}
a:visited {
  color: navy }

p { text-indent : 0px }

h1 {color: white;
    background: Teal;
    font-size: 160%; 
    font-weight: bold; 
    padding:15px; 
}

h2 {color: white;
    background: Teal;
    font-size: 120%; 
    font-weight: bold;
    padding:5px 10px;
    }

h3 {color: Teal;
    font-size: 120%; }

h4 {color: Teal;
    font-size: 110%; }

strong { 
  font-weight: bold; 
  font-size: 110%;
  color: Teal;
}

div {text-indent: 0pt; text-align: justify}

ul.navbar {
  list-style-type: none;
  padding: 0;
  margin: 1;
  position: absolute;
  top: 2em;
  left: 1em;
  width: 9em }
ul.navbar li {
  background: white;
  margin: 0.5em 0;
  padding: 0.3em;
  border-right: 1em solid Teal }
ul.navbar a {
  text-decoration: none }

body { 
  padding-left: 11em;
  font-family : "Times New Roman","Arial",serif;
  font-size: medium;
  background-color: #FFFFCC ;
  color: black;
}

table {
    width: 100%;
    border-collapse: collapse;
}
td {
    padding: 5px;
}

table, td, th {
    border: 1px solid black;
}

th {
    background-color: Teal;
    color: white;
    text-align: left;
}

address {
        margin-top: 1em;
	padding-top: 1em;
	border-top: thin dotted;
	font-size: small;
}

.major-point {
	border-width : 1px;
	border-style : solid;
    	font-weight: bold; 
	padding: 0.3em;
	color: Teal;
}
div.major-point p {text-indent: 0pt;}

input.MyButton {
	padding: 5px;
	font-weight: bold;
	font-size: 150%;
	background: Teal;
	color: white;
	cursor: pointer;
	border: 1px solid #999999;
	border-radius: 10px;
}

input.MyButton:hover {
	color: #FFFFCC ;
	background: Teal;
	border: 1px solid #A3A3A3;
}
