body					{
						margin: 0;
						padding: 0;
						height: 100%;
						background: #CCCCCC;
						font-family: Arial, Verdana, Helvetica;
						font-style: normal;
						font-weight: normal;
						}
						
H1       				{
						font-size: 125%;
						font-weight: bold;
						color: black;
						margin: 8px;
						}
					
.mainFont				{
						font-size: 100%;
						color: black;
						margin: 8px;
						font-family: Arial, Verdana, Helvetica;
						font-style: normal;
						font-weight: normal;
						}

.mainFont A:link		{color: blue; text-decoration: underline; font-weight: normal;}
.mainFont A:visited		{color: purple; text-decoration: underline; font-weight: normal;}
.mainFont A:hover		{color: purple; text-decoration: underline; font-weight: normal;}
.mainFont A:active		{color: blue; text-decoration: underline; font-weight: normal;}

.naviMargin				{
						padding-right: 10px;
						}

.leftNav        		{
						font-size: 100%;
						color: white;
						font-style: normal;
						margin-left: 10%;
						margin-right: 10%;
						margin-top: 10%;
						margin-bottom; 10%;
						}
					
.leftNav A:link	    {color: white; text-decoration: underline; font-weight: normal;}
.leftNav A:visited	{color: white; text-decoration: underline; font-weight: normal;}
.leftNav A:hover	{color: yellow; text-decoration: underline; font-weight: normal;}
.leftNav A:active	{color: white; text-decoration: underline; font-weight: normal;}

.footerFont				{
						font-size: 100%;
						color: white;
						margin-left: 8px;
						margin-right: 8px;
						margin-top: 0;
						margin-bottom; 0;
						}
					
.footerFont A:link		{color: white; text-decoration: underline; font-weight: normal;}
.footerFont A:visited	{color: white; text-decoration: underline; font-weight: normal;}
.footerFont A:hover		{color: yellow; text-decoration: underline; font-weight: normal;}
.footerFont A:active	{color: white; text-decoration: underline; font-weight: normal;}

.topicFont				{
						font-size: 100%;
						color: white;
						margin: 4px;
						}
					
.topicFont A:link		{color: white; text-decoration: underline; font-weight: normal;}
.topicFont A:visited	{color: white; text-decoration: underline; font-weight: normal;}
.topicFont A:hover		{color: yellow; text-decoration: underline; font-weight: normal;}
.topicFont A:active		{color: white; text-decoration: underline; font-weight: normal;}

.statusFont				{
						font-size: 75%;
						color: white;
						margin-left: 8px;
						margin-right: 8px;
						margin-top: 0;
						margin-bottom; 0;
						}
					
.statusFont A:link		{color: white; text-decoration: underline; font-weight: normal;}
.statusFont A:visited	{color: white; text-decoration: underline; font-weight: normal;}
.statusFont A:hover		{color: yellow; text-decoration: underline; font-weight: normal;}
.statusFont A:active	{color: white; text-decoration: underline; font-weight: normal;}

.borderTop {border-top: gray solid 1px;}
.borderBottom { border-bottom: gray solid 1px;}
