/* Body selecter */
body{
	font-size:11pt;
	color: teal; 
	font-family: 'Arial';
	font-weight:500;
}
b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: teal; 
	text-decoration: none;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: teal; 
	text-decoration: none;
}

/* Font selecter */
a:visited {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	font-weight: normal; 
	color: teal; 
	text-decoration: none;
}

a:hover {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	font-weight: normal; 
	color: red; 
	text-decoration: none;
}
a:link {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	font-weight: normal; 
	color: teal; 
	text-decoration: none;
}

/* Table selecter */
table{
  border:0px groove;
}
th{
  color:navy;
  background:AAEEAA;
  font-size: 9pt; 
}
td{
  color:teal;
  font-size: 8pt; 
  background:#CCFFCC;
}
img{
	text-align:center;
}
