/* Einhorn stylesheet */
a:link { color : LightGreen }
a:visited { color : Aquamarine }
a:active { color : PaleGoldenrod }
a:hover { color : PaleGoldenrod }
a:link, a:visited, a:active, a:hover { text-decoration:none }

div { text-align : center } 
hr {margin:3px 100px 3px 100px}

.yel { color : Yellow }
.yelg { color : YellowGreen }
.lim {color : Lime }
.oran { color : orange }
.mrn { color : Maroon }
.aqa { color : Aquamarine }

.js {font:10.5pt/150%;
	margin:3px 20px 3px 20px}
.jm {font:12pt/140%;
	margin:3px 20px 3px 20px}
.jl {font:16pt/140%;
	margin:3px 20px 3px 20px}

.es {font:8pt/150% Arial,Verdana,Chicago,sans-serif;
	margin:3px 20px 3px 20px}
.em {font:10.5pt/140% Arial,Verdana,Chicago,sans-serif;
	margin:3px 20px 3px 20px}
.el {font:16pt/140% Arial,Verdana,Chicago,sans-serif;
	margin:3px 20px 3px 20px}

.tt {font:bold 20pt; color:Gold;
	margin:3px 20px 3px 20px}
.ts {font:8pt Century,"Bookman Old Style","Times New Roman";
        margin:0px 20px 0px 20px}
