h1{
    padding: 0px;
    margin: 0px;
}
			body {
				background-color: #ffffff;
				font-family: sans-serif;
				color: #343434;
		    line-height: 1.5;
				font-size: 13;
			}
			#content {
				background-color: #ffffff;
				width: 900px;
				margin-top: 0;
				margin-bottom: 40px;
				margin-left: auto;
				margin-right: auto;
				padding: 25px;
				border-radius: 10px;
				-moz-border-radius: 10px;
				box-shadow: 0 0 10px rgb(230, 230, 230);
			}
			#contact {
				list-style: none;
			}
			#blurb{
				max-width:610px;
			}
      #updates{
				max-width:800;
			}
			#mainsec {
			}
			.journal {
				font-style: italic;
			}
			.attention{
                color: c65555;
			}
            .title {
        color: #1f618d;
				font-weight: bold;
			}
      .authors {
        font-size: 15px;
      }
      .description {
        font-size: 14px;
      }
			.publications {
				list-style: disc;
			}
			.publications li {
				margin-bottom: 10px;
			}
			.portrait {
				float: right;
				max-width: 200px;
		    padding: 0px;
			}
			.portraitdessin {
                float: right;
                max-width: 250px;
                padding: 15px;
				text-align: center;
      }
      a:link {color: #6382bf;}
      a:visited {color: #6382bf;}
      a:hover {color: #6382bf;}
