body {   
	background-color:#B4E2FC; 
	font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt; 
    color: 000066; 
    margin-left: 5; margin-right: 5; margin-top: 10;  
}

h1  { 
    font-size: 12pt; 
    font-weight: bold;
}
h2  { 
    font-size: 11pt; 
    font-weight: bold;
}
	
li  {
	padding-bottom:10px;
}
	
table   {
	border-collapse:collapse;
	width: 60%;
}

td  {
		border: 1px solid black;
        text-align: left;
        width: 50%;
		font-size: 10pt; 
		font-family: Arial, Helvetica, sans-serif; 
    }
	
td.code {
	border: 1px solid black;
	text-align: left;
	width: 10%;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif; 
}

td.title {
	border: none;	
	text-align: center;
	font-family: Arial, Helvetica;
	font-weight: bold;
	color: 000066;
	font-size: 30pt;
}

td.info {
	border: none;	
    text-align: left;
    width: 50%;
	font-size: 10pt; 
	font-family: Arial, Helvetica, sans-serif; 
}
    
.author {
    color:A80000;
}


.name {
	font-family: Arial, Helvetica;
	font-weight: bold;
	color: 000066;
	font-size: 17pt;
}