body {
    background-color: e3e3e3; /*#C2D699; /* Background color */
    color: #222;            /* Foreground color used for text */
    font-family: Helvetica; 
    font-size: 14px;
    margin: 0;              /* Amount of negative space around the outside of the body */
    padding: 0;             /* Amount of negative space around the inside of the body */
}

#picture {
	display: none;
}

#title {
    margin: 0;
    padding: 0;
}

#title h1 {
    color: #222;
    display: block;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0;
    margin-top: -15px;
    margin-bottom: -10px;
    text-align: center;
    text-decoration: none;
/*    text-shadow: 0px 1px 0px #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, 
                                       from(#ccc), to(#999));*/
}

#titleCourse h1 {
	border: 1px solid #999999;    color: #222;
	margin: 0;
    color: #222;
    display: block;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 0px 1px 0px #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, 
                                       from(#ccc), to(#999));
}



#title h2 {
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
/*    text-shadow: 0px 1px 0px #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, 
                                       from(#ccc), to(#999));*/
}

#email {
	display: none;
}

#research h2 {
	border: 1px solid #999999;    color: #222;
	display: block;	
	 background-color: #ccc;
	 padding: 10px 0;
	 margin: 0px;
	text-align: center;
}

#research h4 {
	 font-size: 20px;
	 padding: 10px 0;
	 margin: 10px;
	text-align: center;
}

#research p {
	padding: 10px;
	text-align: justify;
}

#research ol {
    list-style: none;
    margin: 10px;
    padding: 10px 0;
    text-align: left;
}

#research ol li {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    color: #222222;
    display: block;
    font-size: 17px;
    margin-bottom: -1px;
    padding: 12px 10px;
    text-decoration: none;
}

#research a {
	text-decoration: none;
	color: #222;
}

#research a.paper {
	color: #0099FF;
}

#research ol li:first-child {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}

#research ol li:last-child {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

#teaching h2 {
	border: 1px solid #999999;    color: #222;
	display: block;	
	 background-color: #ccc;
	 padding: 10px 0;
	 margin: 0px;
	text-align: center;
}

#teaching ul {
    list-style: none;
    margin: 10px;
    padding: 10px 0;
    text-align: left;
}

#teaching ul li {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    color: #222222;
    display: block;
    font-size: 17px;
    margin-bottom: -1px;
    padding: 12px 10px;
    text-decoration: none;
}


#teaching ul li:first-child {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}

#teaching ul li:last-child {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

#teaching a:link {
	color: #0099FF;
	text-decoration: none;
}

#teaching a:visited {
	color: #0099FF;
	text-decoration: none;
}

#teaching a:hover {
	color: #0099FF;
	text-decoration: none;
}

#teaching a:active {
	color: #000000;
	text-decoration: none;
}


#teaching i.blank {
	display: none;
}

#teaching p {
	margin: 10px;
	padding: 0px;
	text-align: justify;
}

#teaching p.blank {
	display: none;
}

#teaching table {
	margin: 10px;
	border-collapse:collapse;
}

#teaching table, td {
	padding: 10px;
	border: 1px solid black;
	background-color: #ffffff;
}

#teaching td.dates {
	display: none;
}