#abstract p {
  display: none;
}

a{
	COLOR: #4c5bd2;
	text-decoration:none;

}

ul li {
	margin-left: 0px;
	margin-bottom: 5px;
	list-style-type: none
}

ul li p {
	display: none;
	border-style: solid;
	border-color: #4c5bd2;
    
    border-right:none;
    border-bottom: none;
    border-top: none;
    padding-left:10px;

}

ol {
  list-style-type: decimal;
}

ol li {
	margin-left: 0px;
	margin-bottom: 5px;
}

a[onclick], a:not([name]) { cursor: pointer }

a:link {
	COLOR: #4c5bd2;
	text-decoration:none;
}
	a:visited {
	COLOR: #4c5bd2;
	text-decoration:none;
}
	a:hover {
	COLOR: #4c5bd2;
	text-decoration:none;
}
	a:active {
	COLOR: #4c5bd2;
	text-decoration:none;
}

body{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 14px;
	min-width:1000px;
}



div {
	margin-left: 0px;
	max-width: 42em;
}

div#pic {
	float: top;
	margin-left: 100px;
	padding-right:100px;
}

div#email {
	font-family: Monospace;
	margin-left: 305px;
	margin-bottom: 30px;
}

p { 
    margin-top: 0px;
	margin-left: 0px;
}

h1 {
	font-weight: normal;
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}

h2 {
	font-weight: normal;
	
	margin-top: 30px;
	margin-bottom: 10px;
}

hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    height: 2px;
    color: #ffa500;
    background-color: #ffa500;
}

#header, #logo, #menubar, #panel, #site_content, #footer, #main
{ margin-left: auto; 
  margin-right: auto;}

#main
{ min-height: 100%;
  min-width: 20em;
  max-width: 40em;
  width: 80%;
  position:relative;}