body {
	margin-right: 10%;
	margin-bottom: 10px;
	margin-left: 5%;
	background-image: url("");
	background-repeat: no-repeat;
	background-position: bottom left;	
    font-size:12pt
}

h1 {
  background: #3544FD;
  color: #FFFFFF; 
  text-align: center;
  font-weight: bold;
  font-size: 20pt;
  font-family: Arial;
  height:37px;
}

/*h1 {
	color: 
	font-family: verdana, arial;
}*/

h2 {
	clear: left;
	color: #363636;
	font-family: verdana, arial;
}

p {
	text-indent: 17px;
    font-size: 12pt;
    text-align: justify;
    word-spacing:1pt;
}

img {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
}

a:link {
	color: #3366cc;
}

a:visited {
	color: #458b00;
}

a:hover {
	color: #836fff;
}

a[href^="mailto"]:hover:after { content: ": " attr(title); } 

#example {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0%;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #3544FD;
	clear: both;
}

#im {  text-align: center; 
}

.shortequation {
	position: relative;
	left: 10%;
}

.equation {
	position: relative;
	left: 25%;
}

.left {
	clear: left;
	float: left;
}

.right {
	clear: right;
	float: right;
}

.center {
	clear: both;
	position: relative;
	left: 35%;
}
