/* main */
body{	
	color: black;
	font-family: "Arial", "Gothic", "sans-serif";
}

img.right{
	float: right;
	margin: 0pt 0pt 0pt 10pt;
}

div.indent{
	margin: 0pt 0pt 0pt 10pt;
}

/* link */
a:link{
	color: #0000ff;
}  
a:visited{
	color: #000080;
}  
a:active{
	color: red;	
} 
a:hover{
	color: red;	
} 

/* font */
font.title1{
	font-weight: bold;
}
font.title2{
	font-weight: bold;
	color: #000080;
}
font.strong{
	color: red;
}
font.talktitle{
	font-size: 20pt; 
	font-weight: bold;
	color: #000080;
}
font.speaker{
	font-size: 15pt; 
	font-weight: bold;
}
