/* css version 2.0 */
/* styles.css - for index.html */


body 
	{ 
	color: #999999;
	background-color: white;
	font-family: "Courier New", monospace;
	font-size: 18px; 
	font-weight: 500; 
	text-align: center;
	} 

a:link,a:visited,a:active 
	{ 
	color: blue;
	background-color: white;
	} 

img 
	{ 
	border: none;
	} 

img.logo
	{ 
	border: 1px solid black;
	} 

.txtTitle
	{
	font-size: 32px; 
	font-weight: bold; 
	}
	
.txtLinkTitle
	{
	font-size: 24px; 
	font-weight: bold; 
	}
	