/* uctc.css */

.note	{	font-family: Courier New, serif;
		font-size: .8em;			}

A		{}
A:active	{ color: #999900; }
A:hover		{ font-weight: bold; }
A:link		{ color: #009900; }
A:visited	{ color: #990000; }

BODY	{	background-attachment: fixed;
		background-color: #FFFFCC;
		background-image: url(images/tux.gif);
		background-position: bottom right;
		background-repeat: no-repeat;
		color: #333333;
		font-family: Verdana, sans-serif;	}

CAPTION	{	font-size: 1.3em;
		font-weight: bold;	}

EM, I	{ color: #000099; }

H1, H3, H5	{ text-align: center; }
H2, H4, H6	{ text-align: left; }

OL LI	{ font-family: Courier New, serif; }

P	{ font-family: Courier New, serif }

STRONG, B	{	background-color: #000099;
			color: #FFFFCC;
			font-weight: 500;		}

TD, TH	{	font-family: Verdana, sans-serif;
		font-size: 1.1em;
		text-align: center;			}

UL LI UL LI	{	font-family: Courier New, serif;
			font-weight: 500;			}