/* CSS Document */

/* text */


/* Headings */



/*main*/
		body 	{ background:#fffff3; color:#000000; 
			   background-attachment:fixed; background-repeat:no-repeat; font-family:Arial; }
		p 	{ text-indent:1cm; margin-left:0.5cm; margin-right:2%; }
		a	{ font-weight:bold; }
		   a:link 	{ color:#000099; text-decoration:underline;  }
		   a:visited 	{ color:#c98200; text-decoration:none; }
		   a:active 	{ color:#c98200; text-decoration:none; }
		   a:hover 	{ color:#0000ff; text-decoration:underline;  }

/* tables */
		td	{ padding:10px; }

/* courselists */
		td.courses	{ padding:3px; line-height:100%; }
		tr.courses	{ line-height:100%; }

/* navbar */
	#navbar li { display:inline; }
	#navbar li { text-align:center; margin-left:0.5em; color: #fffff3; }
	#navbar	 a { text-decoration:none; font-size:smaller; }
	#navbar	 a { background-color:#000099; color:#fffd700; }
	#navbar	 a { border-style:groove;  }
	#navbar	    a:link 	{ color:#ffd700; text-decoration:none; font-weight:bold; }
	#navbar	    a:visited 	{ color:#ffd700; text-decoration:none; font-weight:bold; }
	#navbar	    a:active 	{ color:#ffd700; text-decoration:none; font-weight:bold; }
	#navbar	    a:hover 	{ color:#ffffff; text-decoration:underline; font-weight:bold; }

/* address */
	#concl	 p { color:#ffff00; text-indent:0cm; line-height:100%;  }
	#concl	 a { font-weight:bold;  }
	#concl	    a:link 	{ color:#ffff00; text-decoration:none; font-weight:bold; }
	#concl	    a:visited 	{ color:#ffff00; text-decoration:none; font-weight:bold; }
	#concl	    a:active 	{ color:#ffff00; text-decoration:none; font-weight:bold; }
	#concl	    a:hover 	{ color:#ffffff; text-decoration:underline; font-weight:bold; }

	


/* old background image code  background-image: url("images/backgroundlarge.jpg"); */
