/*	CSS for general pages		*/


BODY {
	background:
		white
		url( bluesky.gif )
		repeat-y
		fixed;		
	line-height: 1.5;
	margin: 4%;
	font-family: '‚l‚r ‚o–¾’©';
}

#Arial { font-family: 'Arial' }
#bold { font-weight: bold }
#big { font-size: 230% }
#blue { color: blue }
#center { text-align: center }
#date { font-family: 'Times New Roman'; font-style: italic; text-align: right }
#ita { font-style: italic }
#lime { color: lime }
#red { color: red }
#red300 { color: red; font-size: 300% }
#right { text-align: right }
#small { font-size: 90% }
#title { color: blue; font-family: 'Times New Roman';  font-size: 230%; font-weight: bold }
#Times { font-family: 'Times New Roman' }
#Verdana { font-family: Verdana }
#yellow { color: yellow }

H1 { background: rgb(185,220,255); border-style: solid none; color: blue; font-size: 165% }
FONT { font-family: 'Times New Roman'; font-size: 100% }
SPAN { font-family: 'Times New Roman' }

A { font-family: Arial; font-weight: bold }
A:active { background: pink; color: blue }
A:hover { color: blue }
A:link { color: black }
A:visited { color: gray }