#pandoraPluginSongs {
	float: right;
}

a:link { color:#002bb8;text-decoration:none;}

a:visited {color:#00a; text-decoration:none;}

a:active {color:blue; text-decoration:none; }

a:hover, a.subfoot:hover, a.linknav:hover,
	a.sublinknav:hover {color:white;text-decoration:none; background-color:#002bb8;}

a img {border: none; }

#homepage {
	font-weight: bold;
	text-align: center;
}

table#contact {
	margin-left: auto;
	margin-right: auto;
	width: auto;
	border: none;
	padding: 0px;

}

table.resume-box {
	margin-left: 30px;
	border: none;
}

.left {
	text-align: left;
}

.just {
	text-align: justify;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}	

.papername {
	font-style: italic;
}

.authorname {
	font-size: 0.9em;
}

.imp {
	font-weight: bold;
}

.linethrough {
        text-decoration: line-through;
}
li.liststylenone	{
	list-style-type: none;
}

hr {
	width: 100%;
	height: 2px;	
}

body {
	margin:0px;
	padding: 0px;
	background:#ddd;
	font-family: "Trebuchet MS",verdana,sans-serif;
	font-size: small;
	color:#333;
}

.content1 {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	border: none;
	padding: 0px;
    
}

.container {
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    width:1000px;
    margin-top:20px;
	margin-right:auto;
	margin-left:auto;
    margin-bottom:20px;
	background:white;
	border-top:2px solid #666;
	border-left:2px solid #666;
	border-right:2px solid #666;
	border-bottom:2px solid #666;
    background-color: white;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 50px;
    padding-right: 50px;
}

.container1 {
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    width:320px;
    margin-top:20px;
	margin-right:auto;
	margin-left:auto;
    margin-bottom:20px;
	background:white;
	border-top:2px solid #666;
	border-left:2px solid #666;
	border-right:2px solid #666;
	border-bottom:2px solid #666;
    background-color: white;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 10px;
}


h1, h2, h3, h4, pre {
	line-height:140%;
}

p {
	line-height:120%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size:120%;
	font-weight:bold;
}

h3.highlight {
    background-color: #dddddd;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 1px;
    border-bottom: 1px solid #888888;
}

.byline {
    font-size: 10pt;
    font-weight: normal;
}

.header {
	padding-top:40px;
	background-color: #5e715e;
	border-bottom:1px solid white;
}

.nav	{
	background-color:#8EA48E;
}

.footer {
	font-size: 10px;
	text-align: right;
}

a.subfoot {
	font-size:11px;
	color:#666;
}

.small {
    font-size: 10px;
}

.callout {
    width : 182px;
	float : right;
	margin: 0px 20px 20px 20px;
	padding: 2px;
}

h4 {
    font-size: 14px;
    display: inline;
}

h5 {
    font-size: 14px;
    text-decoration: underline;
}

.highlightedcode {
    color: red;
    font-weight: bold;
}

.collapsible {
          -moz-border-radius: 15px 15px 15px 15px;
          -webkit-border-radius: 15px 15px 15px 15px;
          display: none;
          border: dashed 0px silver;
	  background:#f2f2f2;
          padding: 20px;
}

.collapsible1 {
          -moz-border-radius: 15px 15px 15px 15px;
          -webkit-border-radius: 15px 15px 15px 15px;
          display: block;
          border: dashed 0px silver;
	  background-color:white;
          padding: 20px;
}

.grid-container {
    display: grid;
    justify-content: center; 
    grid-template-columns: auto auto;
    gap: 20px;
}