*{
  padding: 0;
  margin: 0;
}

body{
  height: 90%;
  font-size:  1.2em;
  font-weight: bold;
  font-family: helvetica, arial, sans-serif;
  letter-spacing: 2px;
  text-align: center;
  background: white;
  color: #444;
}

#content{
  text-align: right;
  width: 550px;
  margin: 50px auto 0;
}

h1{
  display: inline;
  position: relative;
  top: 20px;
  right: 10px;
  padding: 2px 10px;
  letter-spacing: -4px;
  font-size: 2.0em;
  background: white;
}

h2{
  display: inline;
  position: relative;
  top: 20px;
  left: 0px;
  margin-right: 5px;
  padding: 2px 10px;
  letter-spacing: -1px;
  font-size: 0.8em;
  background: white;
}

small{
  font-size: 0.9em;
  color: #666;
}

ul{
  margin-top: 20px;
  margin-bottom: 50px;
  list-style-type: none;
  display:         block;
  padding:         15px 0px 0px 0px;
  border:          0px solid #bbffbb;
  font-size: 0.8em;
  font-weight: normal;
  letter-spacing: 0px;
}

li {
  border: 0px solid #bbffbb;
  padding: 10px;
  margin:  10px 0 0 0;
  display: block;
  text-align: left;
  }


a{
  text-decoration: none;
  //border-bottom:1px dotted #999999; 
  font-weight: bold;
  color: black;
}

a:hover{text-decoration: underline;}
a.title{font-weight: bold; display:block;font-size:120%;}
span.date{display:block; font-size: small; font-color: grey; margin-bottom: 10px;}

p{margin-bottom: 5px;}

img#me{
  border-width: 0px;
  margin: 40px 0 0 0;
  float:right;
  width: 150px;
  position: absolute;
  bottom: 0;
  right: 0;  
}

.myVideo{
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.image{
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.image img {
  width: 80%;
}

.videofoot {
font-size: 80%;
}

