body {
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 11px;
    width: 510px;
    margin: 40px;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

h1 {
    font-weight: normal;
    font-size: 11px;
}

h2 {
    font-weight: normal;
    font-size: 11px;
}

h3 {
    font-weight: normal;
    font-size: 11px;
}

blockquote {

}

p {
    text-align: justify;
}

ul {
    list-style-type: none;
    line-height: 16px; 
}

a {
	color: #009966;
	text-decoration: none;
}

a:hover {
	color: #009966;
    background-color: #66FF99;
	text-decoration: none;
}

a:visited {
	color: #009966;
	text-decoration: none;
}

a:active {
	color: #009966;
	text-decoration: none;
}

.project {
    color: #9933aa;
}

.name {
    color: #660000;
}

.undertext {
    color: #996600;
}

.undertext img {
    display: block;
}

