/***** Headers *****/
h1 {
   text-align: center;
   font-size: 18pt;
}

h2 {
   text-align: left;
   font-size: 18pt;
}

/***** Contents *****/
div.esq{
	float: left;
	width: 70%;
}
div.dir{
	float: right;
	width: 30%;
}
div.center{
	text-align: center;
	width: 100%;
}
#text {
   text-align: justify;
   font-family: bitstream vera sans, verdana, helvetica, sans, arial;
   font-size: 11pt;
   margin: 0% 5%;
}

#textIntro {
   text-align: center;
   text-indent: 20px;
   margin: 0% 15%; /* top right bottom left*/
}

#update {
   text-align: right;
   font-size: 9pt;
   text-indent: 20px;
   margin: 0% 5%; /* top right bottom left*/
}

p {
   text-align: justify;
   margin: 2% 5% 0%;
   text-indent: 30px;
}

li {
   text-align: justify;
   margin: 0% 5% 0%;
}

/***** Tables *****/
table {
   width: 90%;
   margin: 0% 5%;
}

td {
   text-align: center;
   vertical-align: middle;
   font-size: 11pt;
}

/* General options */

body {
   background-color: black;
   color: white;
   font-family: bitstream vera sans, verdana, arial, helvetica, sans;
   font-size: 11pt;
}

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

a:hover {
   text-decoration: underline;
}
