@media screen { 
body { background:white; color:black; font-family:verdana,arial,sans-serif; } 

.hide { display : none }
.intro { margin:2%; padding:.5em; border-color:black; border-style:solid; border-width:thin; 
	background:#fffaf0; color:black; }
.ti-intro { font-size:110%; }
.ti-item { font-size:105%; }

a:link { font-weight : bold; color : #23238E; background-color : inherit; }
a:visited { color : #871F78; background-color : inherit; font-weight : bold; }

/* a:link[class|intro-link] { font-weight : bold; color : #23238E; background-color : #fffaf0; } */
/* a:visited[class|intro-link] { color : #871F78; background-color : #fffaf0; font-weight : bold; } */

a:hover { color : white; background : maroon; font-weight : bold; }
a:active { color : white; background-color : #23238E; font-weight : bold; }

strong { font-weight:bold; }
em { text-style:italic; }
form { background:#fffaf0; color:black; padding:.5em; } 

h1 { font-family:verdana,arial,sans-serif }

h2,h3,h4,h5,h6 { font-family:arial,sans-serif }
}

