A 	/* properties for all links*/
	{ 
	text-decoration: none;	/* do not underline*/
	}
A:link { color: blue }     			  /* unvisited link */
A:visited { color: blue }  			  /* visited links */
A:active { color: red }  			  /* active links */
A:hover { color: red; text-decoration: underline} /* mouse over */

body 
	{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: white;
	color: black;
	}

p
	{
	margin-top: 0;
	margin-bottom: 10;
	}

h1 
	{
	color: rgb(0, 0, 153);
	margin-bottom: 0;
	}

h2 
	{
	color: rgb(0, 0, 153);
	margin-bottom: 0;
	}

h3 
	{
	color: rgb(0, 0, 153);
	margin-bottom: 0;
	}

h4 
	{
	color: rgb(0, 0, 153);
	margin-bottom: 0;
	}

h5 
	{
	color: rgb(0, 0, 153);
	margin-bottom: 0;
	}

blockquote
	{ 
	line-height: 100%; 
	color: #000099; 
	font-family: Times New Roman; 
	text-align: Justify; 
	margin-left: 40; 
	margin-right: 40 
	}

.quotation   
	{ 
	line-height: 100%; 
	color: #000099; 
	font-family: Times New Roman; 
	text-align: Justify; 
	margin-left: 40; 
	margin-right: 40 
	}
			   
.menu 
	{
	font: 14pt/17pt; 
	color: #000099; 
	}

/*Properties for div id="..." */
#feedback	
	{margin-left: 40px; color: green;} 


