html, body {
  padding: 0px;
  margin: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: center; /* for IE */
  background-color: #FFFFFF;
}


/* ******************************* */
/* Hyperlinks                      */
/* ******************************* */

a {
  cursor: pointer;
}

a:link, a:visited {
  color: #000000;
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:active {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  background-color: #FF0000;
}


/* ******************************* */
/* Simple divs                     */
/* ******************************* */


.outer {
width: 1000px;
}


.bigText {
width: 600px;
color: #000000;
margin: -6px -2px 5px;
font-size: 72px;
text-align: left;
line-height: 90%;
letter-spacing: -6px;
font-weight: bold;
float:left;
}

.container {
width: 280px;
float: left;
margin: 40px 10px;
text-align: center;
font-size: 13px;
}

.box {
border: 1px solid #000000;
margin-bottom: 30px;
padding: 10px 0px 10px;
}

#timer {
font-size: 12px;
color: #FF0000;
}

.name {
font-size: 14px;
font-weight: bold;
margin-bottom:4px;
}

.degree, .resumeContact, .until {
margin-bottom:5px;
}

.resumeContact {
margin-bottom: 20px;
}

.until {
text-align: left;
font-weight: bold;
margin-left: 10px;
font-style: italic;
}

.projects {
font-weight: bold;
text-align: left;
}

.descriptions {
text-align: justify;
font-weight: normal;
margin-left: 15px;
}

.desc2 {
text-align: center;
margin-top: 10px;
margin-bottom: 5px;
}

.desc3 {
text-align: center;
margin-top: 0px;
margin-bottom: 20px;
}

.desc4 {
text-align: center;
margin-top: 10px;
margin-bottom: 15px;
font-weight: bold;
}