body {
   background: lightgray;
   padding: 0;
   margin: 0;
   font-size: medium;
}

#container {
   position: relative;
   width: 800px;
   margin: auto;
   background: white;
}

#NUSheader {
   height: 65px;
   background: url('orange_onepx.gif');
}

#NUSheader img {
   height: 60px;
}

#idpic {
   float: right;
   width: 10em;
}

#myHeader {
   padding: 10px;
}

#myHeader h1, #myHeader h2 {
   color: blue;
}

#content {
   padding: 10px;
}



p {
   text-align: justify;
   color: black;
}

h1 {
   text-align: center;
   color: blue;
   font-size: 200%;
}

h2 {
   color: blue;
   font-size: 150%;
}

dt {
   font-weight: bold;
}

dd, li {
   text-align: justify;
}

a#resumeLink {
   color: blue;
}

