h1 {color: black; font-style: italic;}
h2 {color: blue; font-style: italic;}
h3 {color: green; font-style: italic;}
h4 {color: red; font-style: italic;}
h5 {color: yellow; font-style: italic;}
table {border: 4px solid;}
tr:nth-child(odd) {background-color:#CCCCCC;}

.metaphilosophy {color: #8000ff ;}
.Favorite_and_relevant_quotations {color : blue ; font-style : italic;}
.confused {color : red  ; }
.confused_link {color : purple  ; }
.main_thoughts { color : blue ;}
.main_thoughts_link { color : #8000ff;}
.remarks_on_others { color : #00ff40 ;}
.remarks_on_others_link { color : #00ff00 ;}
.others_remarks_on_me { color : #ff80c0  ; font-style : italic ;}
.others_remarks_on_me_link { color : #ff8080  ; }
.prolog_wildlife { color : black }
.prolog_wildlife { color : blue }

a	{
		font-weight: bold;
		}
a:link	{
		color: blue;
		text-decoration: underline;
		}
a:visited	{
		color: orange;
		text-decoration: underline;
		}
a:hover	{
		font-size:24px;	
		color: green;
		text-decoration: underline;
		}