body	{
		font-family: Arial, Helvetica, sans-serif;
		
		/* Scrollbar Settings */
		scrollbar-arrow-color: #000000; 
		scrollbar-base-color: #FFFFFF; 
		scrollbar-track-color: #FFFFFF;
		scrollbar-darkshadow-color: #FFFFFF;
		}
		
/* Link Settings */
A:link      {
			color: #009999;
			text-decoration: none;
			}
			
A:visited   {
			text-decoration: none;
			}
			
A:active    {
			text-decoration: none;
			}
			
A:hover     {
			color: #00FF00; 
			text-decoration: none;
			}

.ClassSchedule	{
				text-align: center;
				font-weight: bold;
				border-style: solid;
				border-color: #000000;
				background-color: #f4e9cb;
				border-left-width: 1px;
				border-top-width: 1px;
				border-bottom-width: 1px;
				border-right-width: 1px;
				padding-top: 4px;
				padding-bottom: 4px;
				padding-left: 4px;
				padding-right: 4px;
				width: 50%;
				}
				
.PageTitle	{
			text-align: right;
			font-style: italic;
			font-size: x-small;
			font-weight: bold;
			border-style: solid;
			border-color: #000000;
			border-left-width: 0;
			border-top-width: 0;
			border-bottom-width: 1px;
			border-bottom-style: dashed;
			border-right-width: 1px;
			padding: 4px;
			width: 96%;
			}

			

			