body {
    background-color: rgb(90%, 90%, 90%);
    font-family: sans-serif;
    font-size: 9pt;
    margin-left: 10%;
    margin-right: 10%;
}

a:link, a:visited {
    text-decoration: none;
    color: rgb(25%, 25%, 25%);
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
    color: rgb(10%, 30%, 30%);
}

h2 { 
    font-size: 11pt;
    color: rgb(50%, 30%, 30%);
    text-transform: lowercase;
    display: inline;
}

h3 {
    font-size: 10pt;
}

.date {
	font-size: 11pt;
    color: rgb(50%, 30%, 30%);
    text-transform: lowercase;
    display: inline;
}

.technologies {
  font-style: italic;
}
