a	{ 
	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: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	background: white;
	color: black;
	}

p	{
	font-size: 100%;
	margin-top: 0;
	margin-bottom: 10px;
	}

h1	{
	color: rgb(0, 0, 153);
	margin-top: 0;
	margin-bottom: 0;
	}

h2	{
	color: rgb(0, 0, 153);
	margin-top: 0;
	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: 105%; 
	color: #000099; 
	font-family: Georgia, Times New Roman; 
	text-align: Justify; 
	margin-left: 40px; 
	margin-right: 40px; 
	}

.quotation   
	{ 
	line-height: 105%; 
	color: #000099; 
	font-family: Georgia, Times New Roman; 
	text-align: Justify; 
	margin-left: 40px; 
	margin-right: 40px; 
	}
			   
.AlphabetNormal
	{
	color: #000099; 
	font-size: 150%;
	font-weight: bold;
	}
	
.AlphabetLarge
	{
	color: #000099; 
	font-size: 160%;
	font-weight: bold;
	}

#Column1
	{
	width: 200px;
	float: left;
	margin-left: 0px; 
	margin-right: 0px; 
	}

#Column2
	{
	float: left;
	width: 600px;
	padding: 0px;
	padding-right:10px;
	margin-top:    0px;
	margin-bottom: 0px;
	margin-left:  10px; 
	margin-right: 10px; 
	border-right: 1px solid black;
	}

#Column3
	{
	}

#Logo
	{
	border: 0px;
	height: 160px;
	margin: 0px;
	}

#PagePicture
	{
	}

#MainMenu
	{
	}
	
.MenuItem
	{
	list-style-type: none;
	padding: 0px;
	margin-left: 0px;
	text-indent: -2em;
	}

#TitleBlock
	{
	height:160px
	}

#PageTitle
	{
	color: #000099;
	font-size: 110%;
	font-weight: normal;
	margin: 0px;
	}

#ArticleTitle
	{
	color: #000099;
	font-size: 170%;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0px;
	}

#ArticleSubTitle
	{
	color: #000099;
	font-size: 110%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
	}

#PageText
	{
	margin-top: 0px;
	margin-bottom: 40px;
	}

.FirstLetter
	{
	float: left;
	color: rgb(0, 0, 153);
	font-size: 300%;
	font-weight: bold;
	line-height:75%;
	margin-right:2px;
	}

#W3C-HTML
	{
	float: left;
	}

#W3C-CSS
	{
	float: left;
	}

#Copyright
	{
	clear: left;
	border-top: 1px solid black;
	font-size: 50%;
	}

.feedback	
	{margin-left: 40px; color: green;} 
	
.feedbackBoy
	{margin-left: 40px; color: green;} 

.feedbackGirl
	{margin-left: 40px; color: green;} 

