/*Style Sheets Test*/

H1	{ font-weight: bold; font-size: x-small; font-family: 'Arial'; text-align: right }
H2	{ font-weight: normal; font-size: x-small; font-family: 'Arial'; text-align: left }

A.alt2			{ color: rgb(255,255,200); background: rgb(0,0,0);	text-decoration: underline; }
A.alt2:hover	{ color: rgb(255,255,255); background: 'brown';	text-decoration: underline; }

A.alt			{ color: rgb(255,255,200); background: rgb(0,0,0);			text-decoration: underline; font-weight: bold }
A.alt:hover		{ color: rgb(255,255,255); background: rgb(075,075,075);	text-decoration: underline; font-weight: bold }


A.table				{ color: rgb(000,000,255); text-decoration: underline; }
A.table:visited		{ color: rgb(100,025,200); text-decoration: underline; }
A.table:hover		{ color: rgb(255,255,000); background-color: rgb(000,000,255); text-decoration: underline }

A.gray			{ color: rgb(000,000,000);	background: rgb(238,238,238);	text-decoration: underline; }
A.gray:hover	{ color: rgb(238,238,238);	background: rgb(102,102,102);	text-decoration: none; }

A.red			{ color: rgb(000,000,000);	background: rgb(255,204,204);	text-decoration: underline; }
A.red:hover		{ color: rgb(255,255,255);	background: rgb(102,051,051);	text-decoration: none; }

A.blue			{ color: rgb(000,000,000);	background: rgb(204,204,255);	text-decoration: underline; }
A.blue:hover	{ color: rgb(255,255,255);	background: rgb(051,051,102);	text-decoration: none; }

A				{ color: rgb(255,255,255); text-decoration: none}
A:hover			{ color: rgb(200,255,200); text-decoration: underline; }

A.nav			{ color: rgb(255,255,200);	text-decoration: none;	text-transform: lowercase }
A.nav:hover		{ color: rgb(200,255,255);	text-decoration: none;	text-transform: uppercase }			

/* Changed hover color to be white instead of 204,204,255 */

P.update	{	color: white; 
				background: blue;
				text-decoration: none;
				font-family: Garamond, Charcoal, Tahoma, Techno, 'Comic Sans MS'; 
				font-size: x-small; 
				text-align: center;
				vertical-align: middle;
				border: thin ridge turquoise
			}
