/* STYLE SHEET FOR TRINITY WEBSITE */


body             {
			background: #000000;
			background-image: url(background9.gif);
			color:#ffffff;
			cursor:url("mycursor.cur");
	         } 

a:link		 {
			color:#90ee90;
			background-color:transparent;
		 }

a:visited	 {
			color:#00ffff;
			background-color:transparent;
		 }

a:hover		 {
			color:#ff0000;
			background-color:transparent;
		 }

ul		 {
			color:#ffffff;
			background-color:transparent;
		 }

ol		 {
			color:#ffffff;
			background-color:transparent;
		 }

hr
		 {	
			color:#00ff00;
			background-color:transparent;
		 }

div.title	 {
			display: inline; 
			color:#c0c0c0
			text-align: center;
		 } 
		 
div.name	 {
			display: inline;
			color:#ffd700;
			text-align: center;
		 }
		
div.links	 {
			color:lightgreen;
		 }

.drop		 { 
			position: absolute; width: 3;  filter: flipV(), flipH(); font-size: 40; color: blue; 
		 }
		 
#page  	         { 	
			position:fixed;
			width: 100%; 
			height:72px; 
			text-align: center; 
		 } 
		 
#top     	 { 
			position: absolute; 
			top: 0px;   
			left: 0px;   
			width: 100%; 
			height: 72px; 
			background: url(TLightRowAn.gif);  
			background-repeat: repeat-x; 
			text-align: left; 
		 }