body {
	font-family:  "Times New Roman";
	font-size: 12pt;
	text-align: center;
}

#main{
	margin-left: auto;
	margin-right: auto;
    width: 770px;
    text-align: left;
}

h1 {
	font-variant: small-caps;
	margin-bottom: 2px;
	text-align: center;
	clear: both;
}

.subheader {
	text-align: center;
	font-style: italic;
	margin-bottom: 30px;
}

.authors {
	text-align: center;
	margin-bottom: 30px;
}

h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 15px;
}

h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 10px;
}

h4 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 7px;
}

p {
	margin-top: 0;
	text-align: left;
}

img {
	border: 0;
}

.floatingfigure {
	float: right;
	text-align: center;
	font-size: 10pt;
}

.figure {
	text-align: center;
	font-size: 10pt;
	clear: both;
	margin-bottom: 10px;
}

.equation{
	text-align: center;
}

a:link, a:visited {
	text-decoration: none;
	color: blue;
}

a:hover {
	text-decoration: none;
	color: red;
}

table {
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	border-collapse: collapse;
	font-size: 12pt;
}

th {
	border-bottom: 1px solid gray;
}

td {
	text-align: left;
}

.code {
	font-family: "Courier New", mono-space;
	white-space: nowrap;
}

div.code {
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.matlab {
	font-variant: small-caps;
}

.referencer {
	border: 0;
}
.referencer td {
	vertical-align: top;
	padding-bottom: 10px;
}