/* Gibson Class Portal - Style Sheet */
/* Filename: classportal.css */
/* Written by: Randy Gibson */
/* Last revised: 9/4/2010 */

/* IMAGES */
	img		{ border-style:none; }

/* DIVISION */
	div		{ margin: 0em; width: 100%; 
			  text-align: left; }

/* TERMINAL-LIKE KEYSTROKES OR SCREEN MENU OBJECTS */

  tt		{ font-family: arial, sans-serif; font-size: smaller; }

/* ANCHORS */
	a		{ text-decoration: underline; }
	a:link		{ color: #0000ff; background-color:inherit; }
	a:visited	{ color: #800080; background-color:inherit; }
  a:hover		{ color: #cc0000; background-color:inherit; }
 	a:active	{ color: #009900; background-color:inherit; }

/* HEADINGS */
	h1, h2,	h3	{ text-align: center; }
	h4, h5, h6	{ text-align: left; }

/* SPECIAL CLASSES */
	.pathbar	{ margin: 0em;
			  width: 100%; 
			  text-align: left;
			background-color:#333399;
			color:#ffffff;
			font-family: arial, sans-serif; font-size: xx-small; }

  .ac  { text-align: center; }
  .al  { text-align: left; }
  .ar  { text-align: right; }

  .liA  {list-style-type: upper-alpha;}
  .li1  {list-style-type: decimal;}
  .lia  {list-style-type: lower-alpha;}

	.mycourier { font-family: courier, monospace; }

	.myarial { font-family: arial, sans-serif; font-size: smaller; }

	.extlinkinst { text-align: left; color:inherit; background-color:#ffffff;
font-family: arial, sans-serif; font-size: smaller; }
