/* CSS Document */


/* Specify blanket rules for all elements
---------------------------------------------------------*/ 
	body {
		width:940px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:0;
		font-size:80%;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		background-color:#FFFFFF;
		}
		
/* Set all default margins and padding to zero
----------------------------------------------------------*/
	* {
		padding: 0;
		margin: 0;
		}

/* Default paragraph styles
-----------------------------------------------------------*/
	p {
		font-size:70%;
		line-height:150%;
		color:#999999;
		padding:0;
		}

/* Text Links on about page
------------------------------------------------------------*/
	.htmlSite:link {
		color:#386e8e;
		text-decoration:none;
		}
		
	.htmlSite:visited {
		color:#386e8e;
		text-decoration:none;
		}
		
	.htmlSite:hover {
		color:#386e8e;
		text-decoration:underline;
		}		